[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

ProxyConfiguration

A Proxy Configuration. This configuration object declares a backend proxy that sits between vCD and the vSphere/NSX/ESX estate.


Properties

string
authType Required

Possible values are: BASICBEARER


string
host Required

hostname of the proxy server.


string as .*[\S].*
name Required

string
password Required

password to connect to the proxy server, when auth type is Basic.


integer
port Required

port of the proxy server.


string
description Optional

Optional description.


string
id Optional

string
token Optional

authentication token to connect to the proxy server, when auth type is Bearer.


string
username Optional

username to connect to the proxy server.

JSON Example

{
    "host": "sampleProxy.vmware.com",
    "name": "Proxy Sample Name"
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 34.0
Property Of

InlineProxyConfigurations1
Parameter To

Update Proxy Configuration
Create Proxy Configuration
Returned By

Get Proxy Configuration
Update Proxy Configuration

Feedback

Was this page helpful?