Number of APIs: 5
POST https://{{host}}/config-dns/v2/proxies?contractId={{contractId}}&gid={{gid}}
Creates a new proxy.
2. List proxies
GET https://{{host}}/config-dns/v2/proxies
Get a list of proxies that the current user has access to manage.
3. List valid proxy health check record set types
GET https://{{host}}/config-dns/v2/proxies/healthcheck-recordset-types
Lists the valid proxy health check record set types.
4. Get a proxy
GET https://{{host}}/config-dns/v2/proxies/:proxyId
Get the proxy that the current user has access to manage.
PUT https://{{host}}/config-dns/v2/proxies/:proxyId
Updates the proxy.
ENDPOINTS