System Administration > Configuration > NSX Managers > Nodes > Manager Configuration

Update node properties

Modifies NSX appliance properties. Modifiable properties include the
timezone, 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/transport-nodes/<transport-node-id>/node
/api/v1/cluster/<cluster-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+

Example Response:

{ "cli_timeout": 600, "hostname": "VMware_NSX_Manager", "kernel_version": "3.14.17-nn1-server", "motd": "Welcome to the NSX Manager", "node_version": "1.0.0.0.0.3063398", "system_time": 1442277530217, "timezone": "Etc/UTC" }

Required Permissions:

crud

Feature:

system_administration

Additional Errors: