Logo
Akamai APIs API Documentation

DNS proxies

Number of APIs: 5


1. Create a proxy

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.



5. Update a proxy

PUT https://{{host}}/config-dns/v2/proxies/:proxyId

Updates the proxy.



ENDPOINTS