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

Read node properties

Returns information about the NSX appliance. Information includes
release number, time zone, system time, kernel version, message of the day
(motd), and host name.

Request:

Method:
GET
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:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/node

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeProperties+

Example Response:

{ "cli_timeout": 600, "export_type": "UNRESTRICTED", "hostname": "VMware_NSX_Manager", "kernel_version": "3.14.17-nn1-server", "motd": "", "node_version": "1.0.0.0.0.3063398", "system_time": 1442277320585, "timezone": "Etc/UTC" }

Required Permissions:

read

Feature:

system_administration

Additional Errors: