Logo
Akamai APIs API Documentation

Edge hostnames

Number of APIs: 5


1. Get an edge hostname by DNS zone and record name

GET https://{{host}}/hapi/v1/dns-zones/:dnsZone/edge-hostnames/:recordName

Retrieve the full record for a single edge hostname as specified by its DNS zone and record name to view its details such product ID, IP version behavior, China CDN status, or Edge IP Binding status.



2. Patch an edge hostname

PATCH https://{{host}}/hapi/v1/dns-zones/:dnsZone/edge-hostnames/:recordName

Selectively modify an edge hostname using JSON patch syntax. This API supports the replace patch operation to make simple changes to the TTL and IP version.



3. Delete an edge hostname

DELETE https://{{host}}/hapi/v1/dns-zones/:dnsZone/edge-hostnames/:recordName

Delete a specific edge hostname. You must have an Admin or Technical role in order to delete an edge hostname. You can delete any hostname that's not currently assigned to an active Property Manager configuration.



4. List edge hostnames

GET https://{{host}}/hapi/v1/edge-hostnames

Lists all edge hostnames available for the logged-in account and context, optionally filtering results along several dimensions.



5. Get an edge hostname

GET https://{{host}}/hapi/v1/edge-hostnames/:edgeHostnameId

Get a specific edge hostname's details including its product ID, IP version behavior, and China CDN or Edge IP Binding status.



ENDPOINTS