Get a URL health check response
GET https://{{host}}/edge-diagnostics/v1/url-health-check/requests/:requestId
Returns the status of the asynchronous Run the URL health check request. Operations with the SUCCESS
status include also fetched GREP, dig, 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
{
"connectivity": [
{
"additionalRequestParameters": {
"destination": "2001:db8:15f:1314:769c:599b:1788:f7e6",
"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": 204.1,
"hops": [
{
"averageLatency": 0,
"bestRtt": 0,
"host": "???",
"lastPacketLatency": 0,
"number": 1,
"packetLoss": 100,
"sentPackets": 10,
"standardDeviation": 0,
"worstRtt": 0
},
{
"averageLatency": 204.1,
"bestRtt": 200.3,
"host": "g2600-1408-7400-0000-0000-0000-17c7-3f1b.deploy.static.akamaitechnologies.com",
"lastPacketLatency": 200.7,
"number": 2,
"packetLoss": 0,
"sentPackets": 10,
"standardDeviation": 2,
"worstRtt": 205.9
}
],
"host": "a23-212-50-38.deploy.akamaitechnologies.com",
"packetLoss": 0,
"result": "Start: 2021-09-29 Curl curl -X GET 'https://host/edge-diagnostics/v1/url-health-check/requests/:requestId?includeContentResponseBody=&accountSwitchKey=' -H 'Accept: application/json' ENDPOINTS |