Logo
Akamai APIs API Documentation

Get the Connectivity problems scenario response

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

Returns the status of the asynchronous Run the connectivity problems scenario request. Operations with the SUCCESS status include also fetched GREP, cURL, and MTR 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

{ "clientIpLocation": { "asNumber": 9583, "city": "BANGALORE", "countryCode": "IN", "regionCode": "KA" }, "connectivity": [ { "additionalRequestParameters": { "destination": "2001:db8:a72f:1cc:7b10:c16d:ffc3:62cd", "source": "192.0.2.14" }, "destinationContext": "ORIGIN_IP", "destinationIpLocation": { "asNumber": 20940, "city": "ASHBURN", "countryCode": "US", "regionCode": "VA" }, "executionContext": "EDGE_IP_TO_ORIGIN_IP", "executionStatus": "SUCCESS", "result": { "averageLatency": 200.3, "hops": [ { "averageLatency": 8577, "bestRtt": 7550, "host": "ae0.tata-bom3.netarch.akamai.com", "ip": "2001:db8:53be:7e65:535b:3683:fa1:f12b", "ipLocation": { "asNumber": 20940, "city": "MUMBAI", "countryCode": "IN", "regionCode": "MH" }, "lastPacketLatency": 7550, "number": 1, "packetLoss": 60, "sentPackets": 10, "standardDeviation": 956.9, "worstRtt": 9749 }, { "averageLatency&
Curl
curl -X GET 'https://host/edge-diagnostics/v1/connectivity-problems/requests/:requestId?includeContentResponseBody=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS