System Administration >
Configuration
>
Fabric
>
Nodes
>
Settings
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
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
NodeTime
+
NodeTime
(
schema
)
Name
Description
Type
Notes
system_datetime
Datetime string in UTC
DatetimeUTC
Required
Example Request:
POST https://<nsx-mgr>/api/v1/node?action=set_system_time { "system_datetime": "2019-03-06T00:19:35Z" }
Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a
Required Permissions:
crud
Feature:
system_administration
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable