List test and target IPs for a GTM hostname

GET https://{{host}}/edge-diagnostics/v1/gtm/:property/:domain/gtm-property-ips

Lists test and target IPs for a GTM property. You can use the returned data to run the Test network connectivity with MTR operation for a GTM hostname. To get the data necessary for this request, run the List GTM properties operation first.

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

{"gtmPropertyIps":{"domain":"akamai.akadns.net","property":"www-origin","targets":["192.0.2.24"],"testIps":["192.0.2.13"]}}