InlineProxy1

InlineProxy1
InlineProxy1
JSON Example
{
    "certificate_id": "string",
    "enabled": false,
    "host": "string",
    "password": "string",
    "port": 0,
    "scheme": "string",
    "test_connection_url": "string",
    "username": "string"
}
string
certificate_id
Optional

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.

boolean
enabled
Required

Flag to indicate if proxy is enabled. When set to true, a scheme, host and port must be provided.

string As hostname-or-ip As hostname-or-ip
host
Required

Specify the fully qualified domain name, or ip address, of the proxy server.

string
password
Optional

Specify the password used to authenticate with the proxy server, if required.

integer As int32 As int32
port
Required
Constraints: minimum: 0 maximum: 65535

Specify the port of the proxy server.

string
scheme
Required

The scheme accepted by the proxy server. Specify one of HTTP and HTTPS.

Possible values are : HTTP, HTTPS,
string
test_connection_url
Optional
Constraints: default: https://www.vmware.com

Specify a url for connection testing when adding proxy config. https://www.vmware.com is used by default if not specified.

string
username
Optional

Specify the user name used to authenticate with the proxy server, if required.

Used By