tunnel_conns_inactive_at

Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If `null`, the tunnel is active.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-conns-inactive-at-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_conns_inactive_at",
  "title": "tunnel_conns_inactive_at",
  "description": "Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If `null`, the tunnel is active.",
  "example": "2009-11-10T23:00:00Z",
  "format": "date-time",
  "type": "string"
}