GET   checks/proxysniffer/locations

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

Request example

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

Response body model example and description

[
  {
    "region": "Stockholm (ZT 7.0-B)",
    "prx_version": "V7.0-B",
    "country": "Sweden",
    "location_code": "71|sesthblx01a.apica.local",
    "country_code": "SE",
    "location_tier": "3"
  },
  {
    "region": "Stockholm (ZT 7.0-B)",
    "prx_version": "V7.0-B",
    "country": "Sweden",
    "location_code": "71|sesthblx01a.apica.local",
    "country_code": "SE",
    "location_tier": "1+"
  },
  {
    "region": "Stockholm (ZT 7.0-B)",
    "prx_version": "V7.0-B",
    "country": "Sweden",
    "location_code": "71|sesthblx01a.apica.local",
    "country_code": "SE",
    "location_tier": "2"
  }
]
NameType Description
region String

Region.

prx_version String

Version of ZebraTester.

country String

Country.

location_code String

Location code.

country_code String

Country code.

location_tier String

Location tier.