Logo
Akamai APIs API Documentation

Metadata Tracer

Number of APIs: 3


1. Launch a metadata tracing request

POST https://{{host}}/edge-diagnostics/v1/metadata-tracer

Launches an asynchronous request to trace metadata for a URL configured in Property Manager. The metadata tracing works for the current property version active either on staging or production. To run the operation for a location, run the List available locations for metadata tracing operation first to get available values. If you don't provide a location ID or an edge server IP, then Edge Diagnostics runs the operation using a random location.



2. List available edge server locations for metadata tracing

GET https://{{host}}/edge-diagnostics/v1/metadata-tracer/locations

Lists active locations you can use to run the Launch a metadata tracing request operation together with information about supported HTTP methods. The operation responds with a subset of edge servers returned by the List available edge server locations operation.



3. Check a metadata tracing request status

GET https://{{host}}/edge-diagnostics/v1/metadata-tracer/requests/:requestId

Returns the status of the asynchronous Launch a Metadata Tracer request operation. For operations with the SUCCESS status, the response includes the metadata details. For requests with the Accept: text/html request header, results are in static HTML format. To learn more about the results, check How to read the results.



ENDPOINTS