API Guide

Attribute name Description
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.
/api/ApplicationService/Network/ProxyConfiguration
This URI represents the proxy configuration.
GET method for ProxyConfiguration
This method returns the current proxy configuration.
Description
Returns the current proxy configuration.
Privilege VIEW
32 Application settings