ProxyConfiguration

ProxyConfiguration
ProxyConfiguration

A Proxy Configuration. This configuration object declares a backend proxy that sits between vCD and the vSphere/NSX/ESX estate, or upstream servers such as Helmchart repositories or VCSP remote sources.

JSON Example
{
    "name": "Proxy Sample Name",
    "id": "string",
    "description": "Configuration to connect to VC-1",
    "authType": "string",
    "username": "string",
    "password": "string",
    "token": "string",
    "host": "sampleProxy.vmware.com",
    "port": 0
}
string As .*[\S].*
name
Required

name

string
id
Optional

id

string
description
Optional

Optional description.

string
authType
Required

the type of authentication. 'NO_AUTH' is for an unauthenticated proxy, 'BASIC' is for basic authentication.

string
username
Optional

username to connect to the proxy server.

string
password
Required

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

string
token
Optional

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

string
host
Required

hostname of the proxy server.

integer
port
Required

port of the proxy server.