Thanks to visit codestin.com
Credit goes to support.nectus5.com

< Back to Methods

Edit WMI Server (editWMIServer)

(Nectus Version: 2.1.0.0)

editWMIServer is used to create a edit an existing WMI Server.

URL

https://{ServerName}/wmi/restAPI/editWMIServer

ServerName is the FQDN of the server where Nectus is deployed.

Method

PUT

Request Parameters

Header

Header should contain an authorization token.

Parameter Description Type Required Default Value
token Authorization token 1 1

Payload/Data Parameters

Parameter Description Type Required Default Value
ipv4_address_old IP Address of the WMI Server you're going to change String Mandatory
ipv4_address New IP Address if need to change String Optional
user_defined_hostname Set optional parameters if you need to change them String Optional
group_name String Optional
wmi_account String Optional
notes String Optional

Response Parameters

For list of common errors, kindly refer to section Response and Error Codes.

Usage Example