Properties
| Name | Type | Description |
|---|---|---|
| connections | array | The tunnel connections between your origin and Cloudflare's edge. |
| created_at | object | |
| deleted_at | object | |
| id | object | |
| name | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/tunnel_argo-tunnel",
"title": "tunnel_argo-tunnel",
"properties": {
"connections": {
"description": "The tunnel connections between your origin and Cloudflare's edge.",
"items": {
"$ref": "#/components/schemas/tunnel_connection"
},
"type": "array"
},
"created_at": {
"$ref": "#/components/schemas/tunnel_created_at"
},
"deleted_at": {
"$ref": "#/components/schemas/tunnel_deleted_at"
},
"id": {
"$ref": "#/components/schemas/tunnel_tunnel_id"
},
"name": {
"$ref": "#/components/schemas/tunnel_tunnel_name"
}
},
"required": [
"id",
"name",
"created_at",
"connections"
],
"type": "object"
}