Logo
Akamai APIs API Documentation

Show changes

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

Show differences between this change list and its base version.

 

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

{ "diffs": { "recordSetDiffs": [ { "fromValue": { "rdata": [ "192.0.2.73" ], "ttl": 100 }, "name": "www.example.com", "operation": "DELETE", "type": "A" } ], "settingsDiffs": [ { "fieldName": "comment", "fromValue": "old comment", "operation": "EDIT", "toValue": "new comment" } ] }, "metadata": { "fromVersionId": "9a274847-11b6-4589-b445-33c2de5b1747", "fromVersionLastModifiedDate": "2021-12-25T00:00:00Z", "toVersionId": "a41df66e-fd52-4da6-b963-c92d3f7db4d3", "toVersionLastModifiedDate": "2021-12-25T00:00:00Z" } }



Curl
curl -X GET 'https://undefined/config-dns/v2/changelists/:zone/diff?accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS