Number of APIs: 2
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
.
2. Get a translate error string response
GET https://{{host}}/edge-diagnostics/v1/error-translator/requests/:requestId
Returns the status of the asynchronous Translate error string request. For operations with the SUCCESS
status, the response includes details about the error. For operations in progress, the returned object contains retryAfter
, requestId
, and link
. In this case, wait for the duration of the retryAfter
interval, then run this operation again or simply GET the link
.
ENDPOINTS