Get Proxy Rule
Retrieves a specific proxy rule.
Retrieves a specific proxy rule.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/proxyRules/{id}
COPY
Path Parameters
string
id
Required
Proxy Configuration ID URN
Responses
200
OK
Returns
proxyRule
of type(s)
application/json;version=9.1.0
{
"id": "string",
"name": "Proxy Sample Name",
"destination": "https://deadend.intranet.vmware.com:10101",
"proxy": {
"name": "string",
"id": "string"
},
"priority": 0
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/proxyRules/{id}
Availability
Added in 38.0
Proxy Rules Operations
GET
Query Proxy Rules
POST
Create Proxy Rule
GET
Get Proxy Rule
PUT
Update Proxy Rule
DELETE
Delete Proxy Rule