healthchecks_check_regions

A list of regions from which to run health checks. Null means Cloudflare will pick a default region.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-healthchecks-check-regions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/healthchecks_check_regions",
  "title": "healthchecks_check_regions",
  "description": "A list of regions from which to run health checks. Null means Cloudflare will pick a default region.",
  "example": [
    "WEU",
    "ENAM"
  ],
  "items": {
    "description": "WNAM: Western North America, ENAM: Eastern North America, WEU: Western Europe, EEU: Eastern Europe, NSAM: Northern South America, SSAM: Southern South America, OC: Oceania, ME: Middle East, NAF: North Africa, SAF: South Africa, IN: India, SEAS: South East Asia, NEAS: North East Asia, ALL_REGIONS: all regions (BUSINESS and ENTERPRISE customers only).",
    "enum": [
      "WNAM",
      "ENAM",
      "WEU",
      "EEU",
      "NSAM",
      "SSAM",
      "OC",
      "ME",
      "NAF",
      "SAF",
      "IN",
      "SEAS",
      "NEAS",
      "ALL_REGIONS"
    ],
    "type": "string"
  },
  "nullable": true,
  "type": "array"
}