magic_schemas-tunnel_add_single_request

APIs.ioEngineeringPlatform

Properties

Name Type Description
cloudflare_endpoint object
customer_endpoint object
description object
health_check object
interface_address object
name object
psk object
replay_protection object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-schemas-tunnel-add-single-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_schemas-tunnel_add_single_request",
  "title": "magic_schemas-tunnel_add_single_request",
  "properties": {
    "cloudflare_endpoint": {
      "$ref": "#/components/schemas/magic_cloudflare_ipsec_endpoint"
    },
    "customer_endpoint": {
      "$ref": "#/components/schemas/magic_customer_ipsec_endpoint"
    },
    "description": {
      "$ref": "#/components/schemas/magic_components-schemas-description"
    },
    "health_check": {
      "$ref": "#/components/schemas/magic_health_check"
    },
    "interface_address": {
      "$ref": "#/components/schemas/magic_interface_address"
    },
    "name": {
      "$ref": "#/components/schemas/magic_schemas-name"
    },
    "psk": {
      "$ref": "#/components/schemas/magic_psk"
    },
    "replay_protection": {
      "$ref": "#/components/schemas/magic_replay_protection"
    }
  },
  "required": [
    "name",
    "cloudflare_endpoint",
    "interface_address"
  ],
  "type": "object"
}