Weave Net · JSON Structure

Weave Net Connection Info Structure

Information about a peer connection

Type: object Properties: 3
ContainersNetworkingKubernetesDockerIPAMOpen SourceCNCF

ConnectionInfo is a JSON Structure definition published by Weave Net, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

address state info

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/weave-net/refs/heads/main/json-structure/weave-net-connection-info-structure.json",
  "name": "ConnectionInfo",
  "description": "Information about a peer connection",
  "type": "object",
  "properties": {
    "address": {
      "type": "string",
      "description": "Remote peer address",
      "example": "10.0.1.5:6783"
    },
    "state": {
      "type": "string",
      "description": "Connection state",
      "example": "established"
    },
    "info": {
      "type": "string",
      "description": "Additional connection info",
      "example": "encrypted, sleeve"
    }
  }
}