tunnel_tunnel_client

A client (typically cloudflared) that maintains connections to a Cloudflare data center.

APIs.ioEngineeringPlatform

Properties

Name Type Description
arch object
config_version object
conns object
features object
id object
run_at object
version object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-tunnel-client-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_tunnel_client",
  "title": "tunnel_tunnel_client",
  "description": "A client (typically cloudflared) that maintains connections to a Cloudflare data center.",
  "properties": {
    "arch": {
      "$ref": "#/components/schemas/tunnel_arch"
    },
    "config_version": {
      "$ref": "#/components/schemas/tunnel_config_version"
    },
    "conns": {
      "$ref": "#/components/schemas/tunnel_connections"
    },
    "features": {
      "$ref": "#/components/schemas/tunnel_features"
    },
    "id": {
      "$ref": "#/components/schemas/tunnel_connection_id"
    },
    "run_at": {
      "$ref": "#/components/schemas/tunnel_run_at"
    },
    "version": {
      "$ref": "#/components/schemas/tunnel_version"
    }
  },
  "type": "object"
}