Logo
Akamai APIs API Documentation

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.

 

Body PARAM

Key Datatype Required Description 
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "items": [ { "activationState": "ACTIVE", "authorities": [ "192.0.2.161", "2001:db8:6b4e:3234:365e:6afe:54d6:9b32" ], "contractId": "C-0N7RAC7", "createdTime": "2024-12-20T00:00:00Z", "healthCheck": { "recordName": "river.com", "recordType": "SOA" }, "id": "dc33c6bf-801c-577d-b6f7-d9a058eaa7db", "lastModifiedTime": "2024-12-24T00:00:00Z", "name": "Rivers Shields", "originNameserverZoneTransferTargets": [ "192.0.2.167", "192.0.2.254" ], "originNameservers": [ { "name": "192.0.2.4" } ] }, { "activationState": "NEW", "authorities": [], "contractId": "C-0N7RAC71", "createdTime": "2024-12-18T00:00:00Z", "healthCheck": { "recordName": "ocean.com", "recordType": "TXT" }, "id": "6ef0340d-5b93-4a9a-8fc3-0f3ba26f7443", "lastModifiedTime": "2024-12-18T00:00:00Z", "name": "Oceans Proxy", "originNameserverZoneTransferTargets": [], "originNameservers": [ { "name": "192.0.2.135", "port": 443 } ] } ] }



Curl
curl -X GET 'https://undefined/config-dns/v2/proxies/:proxyId/zones/:name/key/used-by?accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS