Update Proxy Rule
Update a specific proxy rule.
Proxy Configuration ID URN
Proxy Configuration ID URN
The updated proxy configuration API model.
{
"id": "string",
"name": "Proxy Sample Name",
"destination": "https://deadend.intranet.vmware.com:10101",
"proxy": {
"name": "string",
"id": "string"
},
"priority": 0
}
id
The proxy rule name.
The URL of the destination that must be accessed via the proxy. Only, the scheme, host and port will be retained. Any authority section, query parameters, matrix parameters or fragments will be ignored. Only http and https schemes are supported.
Indicates the relative preference of this rule over other rules for the same destination. A lower numerical value indicates a higher priority. The minimum (and therefore highest) priority is 0.
OK
{
"id": "string",
"name": "Proxy Sample Name",
"destination": "https://deadend.intranet.vmware.com:10101",
"proxy": {
"name": "string",
"id": "string"
},
"priority": 0
}
id
The proxy rule name.
The URL of the destination that must be accessed via the proxy. Only, the scheme, host and port will be retained. Any authority section, query parameters, matrix parameters or fragments will be ignored. Only http and https schemes are supported.
Indicates the relative preference of this rule over other rules for the same destination. A lower numerical value indicates a higher priority. The minimum (and therefore highest) priority is 0.