magic-transit_error

Errors resulting from collecting traceroute from colo to target.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-transit-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic-transit_error",
  "title": "magic-transit_error",
  "description": "Errors resulting from collecting traceroute from colo to target.",
  "enum": [
    "",
    "Could not gather traceroute data: Code 1",
    "Could not gather traceroute data: Code 2",
    "Could not gather traceroute data: Code 3",
    "Could not gather traceroute data: Code 4"
  ],
  "example": "",
  "type": "string"
}