Get Proxies Pac File For Tenant

Get Proxies Pac File For Tenant

Gets the tenant-specific .pac file listing proxies accessible to the tenant.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/sddcProxiesPac/{id}
COPY
Path Parameters
string
id
Required

identifier for the pac file configured for your organization


Authentication
This operation uses the following authentication methods.
Responses
200

a PAC file

Operation doesn't return any data structure

204

no proxies configured

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/sddcProxiesPac/{id}