magic_scope

Used only for ECMP routes.

APIs.ioEngineeringPlatform

Properties

Name Type Description
colo_names object
colo_regions object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-scope-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_scope",
  "title": "magic_scope",
  "description": "Used only for ECMP routes.",
  "properties": {
    "colo_names": {
      "$ref": "#/components/schemas/magic_colo_names"
    },
    "colo_regions": {
      "$ref": "#/components/schemas/magic_colo_regions"
    }
  },
  "type": "object"
}