Logo
Akamai APIs API Documentation

Translate error string

POST https://{{host}}/edge-diagnostics/v1/error-translator

Launches an asynchronous request to fetch summary and logs for an error with a specific reference code. You can also translate any Global Request Number (GRN) generated by the Property Manager's Global Request Number behavior. You can get the error logs from the last 6 or 24 hours depending on the server and traffic conditions. For operations in progress, the returned object contains retryAfter, requestId, and link. In this case, wait for the duration of the retryAfter interval, then either use the requestId to run the Get a translate error string response operation, or simply GET the link.

 

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 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://undefined/edge-diagnostics/v1/error-translator?accountSwitchKey=' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"errorCode":"1.5e3b5b68.1621415935.409841","traceForwardLogs":true}'

ENDPOINTS