System Global Type/Management Node Operations
GETManagement Node OperationsSince 4.1.0SynchronousAuth Required
GetPlatformTimeZone
GetPlatformTimeZone
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/management-nodes/platform-timezone
/zstack/v1/management-nodes/platform-timezone
Request Example
curl -X GET 'http://{host}/zstack/v1/management-nodes/platform-timezone' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "timezone": "Asia/Shanghai", "offset": "+8:00" }Change History
This API has no change history records yet.
