Update Proxy Configuration
Update a specific proxy configuration.
Proxy Configuration ID URN
Proxy Configuration ID URN
The updated proxy configuration API model.
{
"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
}
name
id
Optional description.
the type of authentication. 'NO_AUTH' is for an unauthenticated proxy, 'BASIC' is for basic authentication.
username to connect to the proxy server.
password to connect to the proxy server, when auth type is Basic.
authentication token to connect to the proxy server, when auth type is Bearer.
hostname of the proxy server.
port of the proxy server.
OK
{
"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
}
name
id
Optional description.
the type of authentication. 'NO_AUTH' is for an unauthenticated proxy, 'BASIC' is for basic authentication.
username to connect to the proxy server.
password to connect to the proxy server, when auth type is Basic.
authentication token to connect to the proxy server, when auth type is Bearer.
hostname of the proxy server.
port of the proxy server.