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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
Request Body
{"edgeIp"=>"192.0.2.12", "requestHeaders"=>["Connection: keep-alive", "Accept-Language: en-US"], "url"=>"https://www.example.com"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |