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.
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 |
Accept
|
string |
RESPONSES
status OK
{
"gtmPropertyIps": {
"domain": "akamai.akadns.net",
"property": "www-origin",
"targets": [
"192.0.2.24"
],
"testIps": [
"192.0.2.13"
]
}
} |
ENDPOINTS