Logo
Akamai APIs API Documentation

Get the Content problems scenario response

GET https://{{host}}/edge-diagnostics/v1/content-problems/requests/:requestId

Returns the status of the asynchronous Run the content problems scenario request. Operations with the SUCCESS status include fetched GREP and cURL data.

 

Body PARAM

Key Datatype Required Description 
includeContentResponseBody
string (Optional) Includes response bodies in the response.
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 
Accept
string




RESPONSES

status OK

{ "content": [ { "additionalRequestParameters": { "includeDefaultPragmaHeaders": true }, "executionContext": "DEFAULT", "executionStatus": "SUCCESS", "result": { "httpStatusCode": 200, "httpVersion": "HTTP/1.1", "reasonPhrase": "OK", "responseHeaderList": [ "Transfer-Encoding: chunked", "X-Cache: TCP_MISS from a23-212-50-38.deploy.akamaitechnologies.com (AkamaiGHost/10.4.6-37171458) (-)", "Content-Type: text/html; charset=UTF-8", "X-Powered-By: PHP/7.3.2" ], "timing": { "dnsLookupTime": 1.509502, "sslConnectionTime": 0, "tcpConnectionTime": 1.524193, "timeToFirstByte": 1.555875, "totalTime": 2.091051 } }, "suggestedActions": [ "Compare the response headers served from edge and origin.", "Check for content correctness.", "Check content length/bytes served." ] } ], "createdBy": "jperez", "createdTime": "2021-11-26T13:41:07Z", "executionStatus": "SUCCESS", "internalIp": "192.0.2.17", "internalIpLocation": { "asNumber": 20940, "city": "ADELAIDE", "countryCode": "AU", "regionCode": "SA" }, "logLines": [ { "executionContext": "DEFAULT", &qu
Curl
curl -X GET 'https://host/edge-diagnostics/v1/content-problems/requests/:requestId?includeContentResponseBody=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS