API Guide

Table Of Contents
/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,
"EnableProxy": false
}
Table 13. Attributes
Attribute name Description
IpAddress Proxy Address, if HTTP Proxy Settings is enabled.
36 Application settings