Host Date Time System Query Available Time Zones
Retrieves the list of available timezones on the host.
The API works off the public domain 'tz' timezone database.
Required privileges: System.Read
Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/HostDateTimeSystem/{moId}/QueryAvailableTimeZones
COPY
Path Parameters
string
moId
Required
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostDateTimeSystem/{moId}
.
string
release
Required
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
Responses
200
List of available timezones on the host.
Returns Array of HostDateTimeSystemTimeZone of type(s) application/json
[
{
"_typeName": "string",
"key": "string",
"name": "string",
"description": "string",
"gmtOffset": 0
}
]
Host Date Time System Operations
GET
Host Date Time System Get Date Time Info
POST
Host Date Time System Query Available Time Zones
POST
Host Date Time System Query Date Time
POST
Host Date Time System Refresh Date Time System
POST
Host Date Time System Test Time Service
POST
Host Date Time System Update Date Time
POST
Host Date Time System Update Date Time Config