List GTM properties

GET https://{{host}}/edge-diagnostics/v1/gtm/gtm-properties

Lists GTM properties you have access to. You can use the returned hostname values to run Test network connectivity with MTR and Get domain details with dig operations for a GTM hostname. Note, that the Test network connectivity with MTR operation requires also hostname's test and target IP values, that you can get with the List test and target IPs for a GTM hostname 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

{"gtmProperties":[{"domain":"akadns.net","hostname":"origin.example.net","property":"origin"},{"domain":"akadns.net","hostname":"origin-r3h.akadns.net","property":"origin-r3h"}]}