tunnel_configuration

Cloudflare Tunnel configuration

APIs.ioEngineeringPlatform

Properties

Name Type Description
account_id object
config object
created_at object
source object
tunnel_id object
version object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_configuration",
  "title": "tunnel_configuration",
  "description": "Cloudflare Tunnel configuration",
  "properties": {
    "account_id": {
      "$ref": "#/components/schemas/tunnel_identifier"
    },
    "config": {
      "$ref": "#/components/schemas/tunnel_config"
    },
    "created_at": {
      "$ref": "#/components/schemas/tunnel_timestamp"
    },
    "source": {
      "$ref": "#/components/schemas/tunnel_schemas-config_src"
    },
    "tunnel_id": {
      "$ref": "#/components/schemas/tunnel_tunnel_id"
    },
    "version": {
      "$ref": "#/components/schemas/tunnel_schemas-config_version"
    }
  },
  "type": "object"
}