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.
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.
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.
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.
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