Logo
Akamai APIs API Documentation

Zones

Number of APIs: 5


1. Create a zone

POST https://{{host}}/config-dns/v2/zones?contractId={{contractId}}&gid={{gid}}

Creates a new zone. Carefully review the documentation for which fields are relevant to the type of zone you're creating.



2. List zones

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

Get a list of all zones that the current user has access to manage. The response is paginated.



3. Get a zone's settings

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

Retrieves the metadata for this zone. Does not include record sets.



4. Update a zone's settings

PUT https://{{host}}/config-dns/v2/zones/:zone?skipSignAndServeSafetyCheck={{skipSignAndServeSafetyCheck}}

Modifies a zone. You can't change the zone type with this operation.



5. Get a zone's aliases

GET https://{{host}}/config-dns/v2/zones/:zone/aliases

Show all zones that alias to this zone.



ENDPOINTS