Get Proxy Rule

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


Authentication
This operation uses the following authentication methods.
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}