URL Health Check
url_health_checkRun a comprehensive health check on any URL from the Akamai edge, combining cURL, DNS, and MTR diagnostics. Provides edge-level insights for troubleshooting connectivity and performance.
Instructions
Runs a comprehensive health check on a URL from the Akamai edge, combining cURL, dig, and optionally MTR. This is an async operation that polls until complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to run the health check for. | |
| port | No | Port for MTR (80 or 443). | |
| ipVersion | No | IP version to use. | |
| queryType | No | DNS query type for the DIG command. | |
| packetType | No | Packet type for MTR (if CONNECTIVITY is in viewsAllowed). | |
| spoofEdgeIp | No | Edge server IP to serve traffic from. | |
| viewsAllowed | No | Additional operations to run. CONNECTIVITY = MTR test, CURL = content fetch, DIG = DNS lookup, LOGS = edge logs, MTR = traceroute. | |
| edgeLocationId | No | Edge server location ID to run from. | |
| requestHeaders | No | Custom request headers in "header: value" format. | |
| runFromSiteShield | No | Run from a Site Shield map. |