A newer version is available. For the latest information, see the
current release documentation.
Get proxyedit
Retrieves a single proxy by ID.
Requestedit
GET /api/v1/platform/infrastructure/proxies/{proxy_id}
Path parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
Y |
The identifier for the proxy |
Responsesedit
-
200
-
(
ProxyInfo
) The information for the proxy specified by {proxy_id}. -
404
-
(
BasicFailedReply
) Unable to find the {proxy_id} specified proxy. Edit your request, then try again. (code:proxies.proxy_not_found
)
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XGET {{hostname}}/api/v1/platform/infrastructure/proxies/{proxy_id} \ -u $CLOUD_USER:$CLOUD_KEY