NSX-T Data Center REST API
Update node properties
Modifies NSX appliance properties. Modifiable properties include thetimezone, message of the day (motd), and hostname. The NSX appliance
node_version, system_time, and kernel_version are read only and cannot be
modified with this method.
Request:
Method:
PUT
URI Path(s):
/api/v1/node
/api/v1/cluster/<cluster-node-id>/node
/api/v1/transport-nodes/<transport-node-id>/node
/api/v1/cluster/<cluster-node-id>/node
/api/v1/transport-nodes/<transport-node-id>/node
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
NodeProperties+
Example Request:
PUT https://<nsx-mgr>/api/v1/node { "motd":"Welcome to the NSX Manager" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeProperties+