Logo
Akamai APIs API Documentation

Proxy zones

Number of APIs: 10


1. Update a proxy zone TSIG key by name

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



2. List proxy zones

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



3. List proxy zone keys

GET https://{{host}}/config-dns/v2/proxies/:proxyId/zones/keys



4. Get a proxy zone by name

GET https://{{host}}/config-dns/v2/proxies/:proxyId/zones/:name



5. Get a proxy zone TSIG key by name

GET https://{{host}}/config-dns/v2/proxies/:proxyId/zones/:name/key



6. Delete a proxy zone TSIG key by name

DELETE https://{{host}}/config-dns/v2/proxies/:proxyId/zones/:name/key



7. Get proxy zones for a TSIG key

GET https://{{host}}/config-dns/v2/proxies/:proxyId/zones/:name/key/used-by



8. Get a manual filter report

GET https://{{host}}/config-dns/v2/proxies/:proxyId/zones/:name/manual-filter-names



9. Manage manual filter names

POST https://{{host}}/config-dns/v2/proxies/:proxyId/zones/:name/manual-filter-names/manage



10. Initialize manual filter names with a zone file

POST https://{{host}}/config-dns/v2/proxies/:proxyId/zones/:name/manual-filter-names/zone-file



ENDPOINTS