Logo
Akamai APIs API Documentation

Reactivate a version

POST https://{{host}}/config-dns/v2/zones/:zone/versions/:uuid/recordsets/activate

Creates and activates a new version of the zone by copying the record sets from a prior version of this zone and reapplying them to the current version. The new version has a new, auto-incremented SOA serial number, and the zone's modification data is set to the current time and user. All other zone settings remain the same as the current version.

 

Body PARAM

Key Datatype Required Description 
comment
string (Optional) A new comment string that may be blank. If not included, the old comment is copied.
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 




RESPONSES

status





Curl
curl -X POST 'https://undefined/config-dns/v2/zones/:zone/versions/:uuid/recordsets/activate?comment=&accountSwitchKey='

ENDPOINTS