get https://{hostname}/edge-diagnostics/v1/url-health-check/requests/
Returns the status of the asynchronous Run the URL health check request. For operations in progress, the returned object consists of only three members, retryAfter
, requestId
, and link
. In this case, wait for the duration of the retryAfter
interval and rerun this operation or simply GET the link
. Operations with the SUCCESS
status include also fetched GREP, dig, cURL, and MTR data.
Get a URL health check response
Open Recipe