tunnel_cfd_tunnel

A Cloudflare Tunnel that connects your origin to Cloudflare's edge.

APIs.ioEngineeringPlatform

Properties

Name Type Description
account_tag object
connections object
conns_active_at object
conns_inactive_at object
created_at object
deleted_at object
id object
metadata object
name object
remote_config object
status object
tun_type object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-cfd-tunnel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_cfd_tunnel",
  "title": "tunnel_cfd_tunnel",
  "description": "A Cloudflare Tunnel that connects your origin to Cloudflare's edge.",
  "properties": {
    "account_tag": {
      "$ref": "#/components/schemas/tunnel_account_id"
    },
    "connections": {
      "$ref": "#/components/schemas/tunnel_connections"
    },
    "conns_active_at": {
      "$ref": "#/components/schemas/tunnel_conns_active_at"
    },
    "conns_inactive_at": {
      "$ref": "#/components/schemas/tunnel_conns_inactive_at"
    },
    "created_at": {
      "$ref": "#/components/schemas/tunnel_created_at"
    },
    "deleted_at": {
      "$ref": "#/components/schemas/tunnel_deleted_at"
    },
    "id": {
      "$ref": "#/components/schemas/tunnel_tunnel_id"
    },
    "metadata": {
      "$ref": "#/components/schemas/tunnel_metadata"
    },
    "name": {
      "$ref": "#/components/schemas/tunnel_tunnel_name"
    },
    "remote_config": {
      "$ref": "#/components/schemas/tunnel_remote_config"
    },
    "status": {
      "$ref": "#/components/schemas/tunnel_status"
    },
    "tun_type": {
      "$ref": "#/components/schemas/tunnel_tunnel_type"
    }
  },
  "type": "object"
}