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
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (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
{"errorCode"=>"1.5e3b5b68.1621415935.409841", "traceForwardLogs"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |