GET   checks/desktopapp/locations

Gets a list of all locations that are available for Desktop App checks.

Request example

curl --request GET "https://api-asm2.apica.io/v3/checks/desktopapp/locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

[
  {
    "city": "Dallas",
    "operator": "",
    "country_code": "us",
    "country": "United States",
    "location_code": "public|asia.western-asia.ae.na.dubai.azure",
    "location_tier": "2"
  },
  {
    "city": "Amsterdam",
    "operator": "Virginia OP1",
    "country_code": "nl",
    "country": "United States",
    "location_code": "public|asia.western-asia.ae.na.dubai.azure",
    "location_tier": "2"
  },
  {
    "city": "Kiev",
    "operator": "",
    "country_code": "us",
    "country": "Ukraine",
    "location_code": "public|asia.western-asia.ae.na.dubai.azure",
    "location_tier": "1+"
  }
]
NameType Description
city String

City.

operator String

Operator.

country_code String

Country code.

country String

Country.

location_code String

Location code.

location_tier String

Location tier.