Logo
Akamai APIs API Documentation

Proxy zones

Number of APIs: 10


1. List proxy zones

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

Get a list of all proxy zones that the current user has access to manage.



2. List proxy zone keys

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

Get a list of all proxy zones keys that the current user has access to manage.



3. Get a proxy zone by name

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

Get a proxy zone that the current user has access to manage by proxy zone name.



4. Get a proxy zone TSIG key by name

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

Get a TSIG key for a proxy zone that the current user has access to manage by proxy zone name.



5. Update a proxy zone TSIG key by name

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

Update the proxy zone.



6. Delete a proxy zone TSIG key by name

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

Delete a TSIG key for a proxy zone that the current user has access to manage by proxy zone name.



7. Get proxy zones for a TSIG key

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

Get the proxy zones for a TSIG key.



8. Get a manual filter report

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

Get manual filter report for a proxy zone that the current user has access to manage.



9. Manage manual filter names

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

Manage manual filter entries for a proxy zone that the current user has access to 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

Initializes manual filter names for a proxy zone. Use Manage manual filter names operation to update a proxy zone.



ENDPOINTS