Logo
Akamai APIs API Documentation

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.

 

Body PARAM

Key Datatype Required Description 
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://undefined/edge-diagnostics/v1/metadata-tracer?accountSwitchKey=' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"edgeIp":"192.0.2.12","requestHeaders":["Connection: keep-alive","Accept-Language: en-US"],"url":"https://www.example.com"}'

ENDPOINTS