API Guide
{
"Utcoffsetminutes": 330,
"Id": "TZ_ID_66",
"Name": "(GMT+05:30) Sri Jayawardenepura"
}
]
}
Table 14. 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
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#Network.ProxyConfiguration/$entity",
"@odata.id": "/api/ApplicationService/Network/ProxyConfiguration",
"IpAddress": null,
"PortNumber": 0,
"EnableAuthentication": false,
"EnableProxy": false,
"Username": null,
"Password": null
}
PUT method for ProxyConfiguration
This method updates the proxy configuration.
Description
Updates the proxy configuration.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example
Input:
{
"IpAddress": null,
"PortNumber": 0,
"EnableAuthentication": false,
"EnableProxy": false,
"Username": null,
"Password": null
34 Application settings