Uses the dig
command to provide DNS details for the location of an edge server, a hostname or a domain name, or a GTM hostname. The results may help you diagnose issues with domain name resolutions. You can run this operation either for a specific location or an edge IP. If you want to get the data for a location, you need to run the List available edge server locations operation first to get edgeLocationId
. To run this operation for an IP, you may need to verify an IP, if it belongs to an edge server. And to run this operation for a GTM hostname, you need to run the List GTM properties operation first. If you don't provide neither a location ID nor an edge server IP, then Edge Diagnostics runs the operation using a random edge server IP.
post https://{hostname}/edge-diagnostics/v1/dig
Recipes
Run dig for a hostname and location
Open Recipe
Run dig for a GTM hostname
Open Recipe
Run dig for a hostname and IP
Open Recipe