API Guide
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.
PortNumber Port number, if HTTP Proxy Settings is enabled.
EnableAuthentication Enable or disable Proxy Authentication.
EnableProxy Enable or disable HTTP Proxy Settings.
Username Username, if Proxy Authentication is enabled.
Password Password, if Proxy Authentication is enabled.
Application settings 33