UpdateProxyConfigurationRequest

UpdateProxyConfigurationRequest
UpdateProxyConfigurationRequest

Request for updating the proxy configuration.

JSON Example
{
    "type": "string",
    "host": "string",
    "port": 0,
    "user": "string",
    "password": "string"
}
string
type
Required

Type of the proxy. Select none for direct communication with the cloud.

Possible values are : none, http, https,
string
host
Optional

Proxy's host.

integer
port
Optional

Proxy's port.

string
user
Optional

Proxy's username if authentication is required.

string
password
Optional

Proxy's password if authentication is required.