tunnel_connection

APIs.ioEngineeringPlatform

Properties

Name Type Description
colo_name object
is_pending_reconnect object
uuid object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-connection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_connection",
  "title": "tunnel_connection",
  "properties": {
    "colo_name": {
      "$ref": "#/components/schemas/tunnel_colo_name"
    },
    "is_pending_reconnect": {
      "$ref": "#/components/schemas/tunnel_is_pending_reconnect"
    },
    "uuid": {
      "$ref": "#/components/schemas/tunnel_connection_id"
    }
  }
}