Logo
Akamai APIs API Documentation

Run the Connectivity problems scenario

POST https://{{host}}/edge-diagnostics/v1/connectivity-problems

Launches an asynchronous request to simultaneously run Launch a GREP request, Request content with cURL, and Test network connectivity with MTR operations for a URL. It may help you diagnose issues with slow download and high response time. Successful operations return fetched GREP, cURL, and MTR data.

 

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/connectivity-problems?accountSwitchKey=' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"clientIp":"192.0.2.15","edgeLocationId":"allen-tx-unitedregionCodes","ipVersion":"IPV4","packetType":"TCP","port":80,"requestHeaders":["Accept-Language: en-US"],"spoofEdgeIp":"192.0.2.9","url":"http://www.atcuser15.akamaiu.com"}'

ENDPOINTS