GET checks/ping/locations?protocol={protocol}
Gets a list of all locations that are available for Ping checks.
URL Parameters
Name | Description |
---|---|
protocol | Allows to filtrate locations by supported protocol. Not required. Allowed values: ipv4, ipv6, dual. Filtration is disabled if the value is not set. |
Request example
curl --request GET "https://api-asm1.apica.io/v3/checks/ping/locations?protocol={protocol}&auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[ { "city": "Amsterdam", "operator": "DC1", "protocol": "ipv6", "country_code": "ua", "country": "Netherlands", "location_code": "public|asia.western-asia.ae.na.dubai.azure", "location_tier": "1+" }, { "city": "Kiev", "operator": "DC1", "protocol": "ipv4", "country_code": "ua", "country": "Ukraine", "location_code": "public|europe.western-europe.nl.na.amsterdam.azure", "location_tier": "2" }, { "city": "Kiev", "operator": "DC1", "protocol": "ipv4", "country_code": "us", "country": "Ukraine", "location_code": "public|europe.northern-europe.se.na.stockholm.amazon", "location_tier": "1+" } ]