Update Proxy Configuration
DescriptionUpdate a specific proxy configuration.
Request
URLURL
Path Parameters
Path Parameters
Proxy Configuration ID URN
Request Body
{
"host": "sampleProxy.vmware.com",
"name": "Proxy Sample Name"
}
Possible values are: BASIC , BEARER
hostname of the proxy server.
password to connect to the proxy server, when auth type is Basic.
port of the proxy server.
Optional description.
authentication token to connect to the proxy server, when auth type is Bearer.
username to connect to the proxy server.
Authentication
Response
Response BodyResponse Body
200 OK
{
"description": "Configuration to connect to VC-1",
"host": "sampleProxy.vmware.com",
"name": "Proxy Sample Name"
}
Possible values are: BASIC , BEARER
hostname of the proxy server.
password to connect to the proxy server, when auth type is Basic.
port of the proxy server.
Optional description.
authentication token to connect to the proxy server, when auth type is Bearer.
username to connect to the proxy server.