Get proxy
Retrieves a single proxy by ID.
GET
/platform/infrastructure/proxies/{proxy_id}
curl \
--request GET 'https://{{hostname}}/api/v1/platform/infrastructure/proxies/{proxy_id}' \
--user "username:password"
Retrieves a single proxy by ID.
curl \
--request GET 'https://{{hostname}}/api/v1/platform/infrastructure/proxies/{proxy_id}' \
--user "username:password"