magic_gre

The configuration specific to GRE interconnects.

APIs.ioEngineeringPlatform

Properties

Name Type Description
cloudflare_endpoint string The IP address assigned to the Cloudflare side of the GRE tunnel created as part of the Interconnect.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-gre-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_gre",
  "title": "magic_gre",
  "description": "The configuration specific to GRE interconnects.",
  "properties": {
    "cloudflare_endpoint": {
      "description": "The IP address assigned to the Cloudflare side of the GRE tunnel created as part of the Interconnect.",
      "example": "203.0.113.1",
      "type": "string"
    }
  },
  "type": "object"
}