tunnel_connection_id

UUID of the Cloudflare Tunnel connection.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-connection-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_connection_id",
  "title": "tunnel_connection_id",
  "description": "UUID of the Cloudflare Tunnel connection.",
  "example": "1bedc50d-42b3-473c-b108-ff3d10c0d925",
  "format": "uuid",
  "maxLength": 36,
  "readOnly": true,
  "type": "string"
}