NSX-T Data Center REST API
Set the node system time
Set the node system time to the given time in UTC in the RFC3339 format'yyyy-mm-ddThh:mm:ssZ'.
Request:
Method:
POST
URI Path(s):
/api/v1/transport-nodes/{transport-node-id}/node?action=set_system_time
/api/v1/cluster/{cluster-node-id}/node?action=set_system_time
/api/v1/node?action=set_system_time
/api/v1/cluster/{cluster-node-id}/node?action=set_system_time
/api/v1/node?action=set_system_time
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
NodeTime+
Example Request:
{ "system_datetime": "2019-03-06T00:19:35Z" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a