magic-transit_colos

If no source colo names specified, all colos will be used. China colos are unavailable for traceroutes.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-transit-colos-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic-transit_colos",
  "title": "magic-transit_colos",
  "description": "If no source colo names specified, all colos will be used. China colos are unavailable for traceroutes.",
  "example": [
    "den",
    "sin"
  ],
  "items": {
    "description": "Source colo name.",
    "type": "string"
  },
  "type": "array"
}