API Guide

Table Of Contents
/api/ApplicationService/Network/TimeConfiguration
This URI represents the time-configuration-related application services.
GET method for TimeConfiguration
This method returns the current time-related configuration.
Description Returns the time-related configuration.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#Network.TimeConfiguration",
"@odata.type": "#Network.TimeConfiguration",
"@odata.id": "/api/ApplicationService/Network/TimeConfiguration",
"TimeZone": "TZ_ID_2",
"TimeZoneIdLinux": "Pacific/Samoa",
"TimeZoneIdWindows": "Samoa Standard Time",
"EnableNTP": true,
"PrimaryNTPAddress": "100.97.203.80",
"SecondaryNTPAddress1": "100.97.203.67",
"SecondaryNTPAddress2": "100.97.129.125",
"SystemTime": "2020-04-27 19:57:55.948",
"TimeSource": "100.97.203.80",
"UtcTime": "2020-04-28 06:57:55.948"
}
PUT method for TimeConfiguration
This method updates the time-related configuration.
Description
Updates the time-related configuration.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example request
body
{
"TimeZone": "TZ_ID_11",
"EnableNTP": false,
"PrimaryNTPAddress": null,
"SecondaryNTPAddress1": null,
"SecondaryNTPAddress2": null,
"SystemTime": "2017-35-23 21:35:18"
}
Example
response body
{
"TimeZone": "TZ_ID_11",
"EnableNTP": false,
"PrimaryNTPAddress": null,
"SecondaryNTPAddress1": null,
"SecondaryNTPAddress2": null,
"SystemTime": "2017-35-23 21:35:18"
}
34 Application settings