magic_tunnel_add_single_request

APIs.ioEngineeringPlatform

Properties

Name Type Description
cloudflare_gre_endpoint object
customer_gre_endpoint object
description object
health_check object
interface_address object
mtu object
name object
ttl object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-tunnel-add-single-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_tunnel_add_single_request",
  "title": "magic_tunnel_add_single_request",
  "properties": {
    "cloudflare_gre_endpoint": {
      "$ref": "#/components/schemas/magic_cloudflare_gre_endpoint"
    },
    "customer_gre_endpoint": {
      "$ref": "#/components/schemas/magic_customer_gre_endpoint"
    },
    "description": {
      "$ref": "#/components/schemas/magic_schemas-description"
    },
    "health_check": {
      "$ref": "#/components/schemas/magic_health_check"
    },
    "interface_address": {
      "$ref": "#/components/schemas/magic_interface_address"
    },
    "mtu": {
      "$ref": "#/components/schemas/magic_mtu"
    },
    "name": {
      "$ref": "#/components/schemas/magic_name"
    },
    "ttl": {
      "$ref": "#/components/schemas/magic_ttl"
    }
  },
  "required": [
    "name",
    "customer_gre_endpoint",
    "cloudflare_gre_endpoint",
    "interface_address"
  ],
  "type": "object"
}