DNS Dig from Akamai Edge
dig_from_edgeRun DNS dig from an Akamai edge server to retrieve DNS records for a hostname, helping debug DNS resolution and propagation issues.
Instructions
Runs a DNS dig command from an Akamai edge server, returning DNS records for a hostname. Useful for debugging DNS resolution and propagation issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edgeIp | No | Edge server IP to run dig from. Provide either this or edgeLocationId. | |
| hostname | Yes | The hostname or domain name to look up. | |
| queryType | Yes | DNS record type to query. | |
| isGtmHostname | No | Set to true if the hostname is a GTM hostname. | |
| edgeLocationId | No | Edge server location ID. Provide either this or edgeIp. |