Logo
Akamai APIs API Documentation

Types

Number of APIs: 3


1. List record set types for name and change list

GET https://{{host}}/config-dns/v2/changelists/:zone/names/:name/types

Retrieves a list of record set types that exist at a given name based on the selected change list. The list of record sets returned reflect the changes added to the change list. Records deleted in this change list don't appear. If the name doesn't exist within the change list, returns an empty list.



2. Get a record set for a change list

GET https://{{host}}/config-dns/v2/changelists/:zone/names/:name/types/:type

Returns an individual record set based on the selected change list. The list of record sets returned reflects any changes added to this change list. Record sets are annotated with the related change as clean, modified, new, or deleted. This call works even if the change list is stale.



3. List record set types for name and zone

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

Lists all existing Record set types for this name. The list of allowed types is available at List record types. If the name doesn't exist within the zone, an empty list is returned.



ENDPOINTS