API Guide

Table Of Contents
Table 11. Attributes
Attribute name Description
TimeZone The timezone to use.
EnableNTP Specify whether to enable or disable NTP.
PrimaryNTPAddress The primary NTP address.
SecondaryNTPAddress1 The first secondary NTP address.
SecondaryNTPAddress2 The second secondary NTP address.
SystemTime The system time. If EnableNTP is False, SystemTime cannot
be null or empty.
/api/ApplicationService/Network/TimeZones
This URI represents the time-zone application services.
GET method for TimeZone
This method returns the time-zone configuration.
Description Returns the time-zone configuration.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(Network.TimeZone)",
"@odata.count": 95,
"value": [
{
"Utcoffsetminutes": 60,
"Id": "TZ_ID_38",
"Name": "(GMT+01:00) Brussels, Copenhagen, Madrid, Paris"
},
{
"Utcoffsetminutes": 330,
"Id": "TZ_ID_66",
"Name": "(GMT+05:30) Sri Jayawardenepura"
}
]
}
Table 12. Attributes
Attribute Description
Utcoffsetminutes The number of minutes this time zone is offset from UTC.
Id The ID of the time zone.
Name The name or location of the time zone.
Application settings 35