Translate an Akamaized URL

POST https://{{host}}/edge-diagnostics/v1/translated-url

Provides basic information about a specific hostname or domain name, such as typecode, origin server, CP code, serial number, and TTL. A URL becomes an Akamaized URL (ARL) once it's on an edge server.

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Request Body

{"url"=>"http://www.example.com"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"request":{"url":"http://www.example.com"},"translatedUrl":{"cacheKeyHostname":"new-origin-www.example.com.akadns.net","cpCode":1234567,"serialNumber":"16382","ttl":"Infinite","typeCode":" Object changes when ARL changes"}}