Important
An access token must be generated to use this API.URL
GET https://{gatewayIp}:5480/api/v2/gettimezoneinfo
Sample URLs
https://192.168.xxx.xxx:5480/api/v2/gettimezoneinfo
Sample cURL
curl -k -X POST https://{GatewayIP}:5480/api/v2/gettimezoneinfo
-H 'Accept: application/json'
-H 'Authorization: Token <TOKEN>'
Status code
200 OK
Sample response
{
"Regions and Corresponding Timezone Information": {
"(GMT+10:00) Russia": "Vladivostok",
"(GMT) UK ": "London",
"(GMT+4:00) Armenia, Azerbaijan": "Muscat",
"(GMT+5:00) Pakistan": "Karachi",
.......
}