InlineProxy1
{
"certificate_id": "string",
"enabled": false,
"host": "string",
"password": "string",
"port": 0,
"scheme": "string",
"test_connection_url": "string",
"username": "string"
}
Certificate ID with a valid certificate, procured from trust-management API. If the scheme property is set to HTTPS, certificate_id is verified if specified.
Flag to indicate if proxy is enabled. When set to true, a scheme, host and port must be provided.
Specify the fully qualified domain name, or ip address, of the proxy server.
Specify the password used to authenticate with the proxy server, if required.
Specify the port of the proxy server.
The scheme accepted by the proxy server. Specify one of HTTP and HTTPS.
Specify a url for connection testing when adding proxy config. https://www.vmware.com is used by default if not specified.
Specify the user name used to authenticate with the proxy server, if required.