tunnel_warp_connector_tunnel

A Warp Connector 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
status object
tun_type object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-warp-connector-tunnel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_warp_connector_tunnel",
  "title": "tunnel_warp_connector_tunnel",
  "description": "A Warp Connector 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"
    },
    "status": {
      "$ref": "#/components/schemas/tunnel_status"
    },
    "tun_type": {
      "$ref": "#/components/schemas/tunnel_tunnel_type"
    }
  },
  "type": "object"
}