Developers Guide

Table Of Contents
Table 12. Attributes (continued)
Attribute Description
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
response body
{
"@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 request
body
{
"IpAddress": null,
"PortNumber": 0,
"EnableAuthentication": false,
"EnableProxy": false,
"Username": null,
"Password": null
}
Example
response body
{
"IpAddress": null,
"PortNumber": 0,
"Username": null,
"Password": null,
"EnableAuthentication": false,
42 Application settings