Weave Net · JSON Structure

Weave Net Status Response Structure

Current status of the Weave Net daemon

Type: object Properties: 4
ContainersNetworkingKubernetesDockerIPAMOpen SourceCNCF

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

Properties

version router ipam dns

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-status-response-structure.json",
  "name": "StatusResponse",
  "description": "Current status of the Weave Net daemon",
  "type": "object",
  "properties": {
    "version": {
      "type": "string",
      "description": "Weave Net version",
      "example": "2.8.1"
    },
    "router": {
      "$ref": "#/components/schemas/RouterStatus"
    },
    "ipam": {
      "$ref": "#/components/schemas/IPAMStatus"
    },
    "dns": {
      "$ref": "#/components/schemas/DNSStatus"
    }
  }
}