Skip to main content
PATCH
cURL

Path Parameters

proxyId
string<uuid>
required

The ID of the proxy.

Body

application/json
name
string

The name of the proxy.

Required string length: 1 - 64
trafficPolicy
enum<string>

Which hosts an agent may reach through this proxy. any-host lets every request out; bundle-hosts allows only hosts an access bundle covers, plus anything in allowedHosts, and refuses the rest with a 403.

Available options:
any-host,
bundle-hosts
allowedHosts
string | null

Hosts that stay reachable under the bundle-hosts traffic policy even though no access bundle covers them. Still intercepted, and given no credential.

Maximum string length: 1024
pollInterval
integer

How often, in seconds, the proxy refreshes its sessions and settings. Between 10 and 300.

Required range: 10 <= x <= 300

Response

Default Response

proxy
Admin view · object
required