Zones to contract using TSIG key

Zone names within a contract that use the given TSIG key for which the current user has READ access. If the list returned is empty, it's possible that the given key is in use by other zones but the current user doesn't have permission to view those zones.

Query Params
string

Enum Limits the response to zones of the specified TSIG key type. Either inbound, outbound, or proxy.

string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Body Params
string
required

The algorithm used to encode the TSIG key's secret data. Possible values are: hmac-md5, hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha384, hmac-sha512, or HMAC-MD5.SIG-ALG.REG.INT.

string
required

The name of the TSIG key. This is a name that's unique across all of Akamai's customers. Since the key name is treated like a DNS name, the value is lowercase and the server removes any trailing dots.

Response

Response body
object
contracts
array of objects
required

Contracts and zones for the TSIG key.

contracts*
object
string
required

The contract ID.

zoneNames
array of strings
required

Names of zones that are using the key.

zoneNames*
Language
Authentication
URL