tunnel_existed_at

If provided, include only tunnels that were created (and not deleted) before this time.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-existed-at-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_existed_at",
  "title": "tunnel_existed_at",
  "description": "If provided, include only tunnels that were created (and not deleted) before this time.",
  "example": "2019-10-12T07:20:50.52Z",
  "format": "date-time",
  "type": "string"
}