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.

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(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.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"mdtLocations":[{"id":"adelaide-sa-australia","supportedMethods":["GET","POST"],"value":"Adelaide, SA, Australia"},{"id":"amsterdam-netherlands","supportedMethods":["POST"],"value":"Amsterdam, Netherlands"}]}