GET   checks/command-v2/locations?protocol={protocol}

Gets a list of all locations that are available for Command checks (version 2).

URL Parameters

NameDescription
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

Response body model example and description

[
  {
    "city": "Amsterdam",
    "operator": "DC1",
    "protocol": "ipv4",
    "country_code": "ua",
    "country": "Netherlands",
    "location_code": "public|europe.western-europe.nl.na.amsterdam.azure",
    "location_tier": "3"
  },
  {
    "city": "Dallas",
    "operator": "",
    "protocol": "ipv6",
    "country_code": "nl",
    "country": "United States",
    "location_code": "public|europe.northern-europe.se.na.stockholm.amazon",
    "location_tier": "1+"
  },
  {
    "city": "Dallas",
    "operator": "Virginia OP1",
    "protocol": "ipv6",
    "country_code": "ua",
    "country": "Ukraine",
    "location_code": "public|europe.western-europe.nl.na.amsterdam.azure",
    "location_tier": "3"
  }
]
NameType Description
cityString

City.

operatorString

Operator.

protocolString

IP protocol.

country_codeString

Country code.

countryString

Country.

location_codeString

Location code.

location_tierString

Location tier.