Get proxy by ID
Retrieve a proxy in the resolved project by ID.
/proxies/{id}Retrieve a proxy in the resolved project by ID.
Authorization
bearerAuth In: header
Path Parameters
Response
Proxy retrieved
Configuration for routing traffic through a proxy.
curl -X GET "https://example.com/proxies/string"{ "id": "string", "name": "string", "type": "datacenter", "protocol": "http", "bypass_hosts": [ "string" ], "status": "available", "last_checked": "2019-08-24T14:15:22Z", "ip_address": "string", "config": { "country": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}postCreate a proxy
Create a new proxy configuration in the resolved project.
patchRename proxy by ID
Update a proxy's name. Proxy names are not unique and are not ID-or-name addressable on this endpoint; duplicate names are allowed. Name-based session-create lookups can remain ambiguous until callers resolve proxies by ID or the API adds a stronger uniqueness contract.