Connectivity Problems Scenario
connectivity_problemsDiagnose Akamai connectivity problems for a URL by running edge logs, content fetch, and traceroute in parallel to uncover causes of slow downloads and high response times.
Instructions
Runs Akamai connectivity diagnostics for a URL — simultaneously executes GREP (edge logs), cURL (content fetch), and MTR (traceroute). Useful for diagnosing slow downloads and high response times. This is an async operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to diagnose connectivity problems for. | |
| port | No | Port for MTR (80 or 443). | |
| clientIp | No | Client IP experiencing the issue (used as MTR source). | |
| ipVersion | No | IP version to use. | |
| packetType | No | Packet type for MTR. | |
| spoofEdgeIp | No | Edge server IP to serve traffic from. | |
| edgeLocationId | No | Edge server location ID nearest to the affected users. | |
| requestHeaders | No | Custom request headers in "header: value" format. | |
| runFromSiteShield | No | Run from a Site Shield map. |