Weave Net · JSON Structure

Weave Net Dns Status Structure

Status of the WeaveDNS subsystem

Type: object Properties: 2
ContainersNetworkingKubernetesDockerIPAMOpen SourceCNCF

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

Properties

domain upstream

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-dns-status-structure.json",
  "name": "DNSStatus",
  "description": "Status of the WeaveDNS subsystem",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "description": "DNS domain suffix",
      "example": "weave.local."
    },
    "upstream": {
      "type": "array",
      "description": "Upstream DNS servers",
      "items": {
        "type": "string"
      }
    }
  }
}