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

< Back to Methods

Edit Linux Server (editLinuxServer)

(Nectus Version: 2.1.0.0)

Edit Linux Server.

URL

https://{ServerName}/linux/restAPI/editLinuxServer

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

Method

PUT

Request Parameters

Payload/Data Parameters

Parameter Description Type Required Default Value
ipv4_address_old IP Address of the Linux Server you're going to change String Mandatory
ipv4_address New IP Address if need to change String Optional
tcp_port New server port if you need to change it Integer Optional
group_name New server group name if you need to change it String Optional
notes New notes if you need to change them String Optional

Response Parameters

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

Usage Example