API Guide

Table Of Contents
PUT method for WebServerConfiguration
This method updates the web-server configuration.
Description Updates the web-server configuration. To apply the changes, the web services restart.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example
Input:
{
"TimeOut": 4,
"PortNumber": 8778,
"EnableWebServer": true
}
Output:
{
"@odata.context": "$metadata#Network.WebServerConfiguration/$entity",
"@odata.id": "/api/ApplicationService/Network/WebServerConfiguration",
"TimeOut": 30,
"PortNumber": 443,
"EnableWebServer": true
}
/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
Input:
Output:
{
"@odata.context": "$metadata#Network.TimeConfiguration/$entity",
"@odata.id": "/api/ApplicationService/Network/TimeConfiguration",
"TimeZone": "TZ_ID_11",
"EnableNTP": false,
"PrimaryNTPAddress": null,
"SecondaryNTPAddress1": null,
"SecondaryNTPAddress2": null,
"SystemTime": "2017-35-23 21:35:18"
"TimeSource": "Local Clock"
}
PUT method for TimeConfiguration
This method updates the time-related configuration.
Description
Updates the time-related configuration.
32 Application settings