NSX-T Data Center REST API

FailedOrWarningConfig (type)

{
  "additionalProperties": false,
  "id": "FailedOrWarningConfig",
  "properties": {
    "controller": {
      "title": "Controller Connection State",
      "type": "string"
    },
    "core": {
      "items": {
        "type": "string"
      },
      "title": "Core Names",
      "type": "array"
    },
    "dataplane": {
      "title": "Dataplane State",
      "type": "string"
    },
    "edge-agent": {
      "title": "Edge Agent State",
      "type": "string"
    },
    "manager": {
      "title": "Manager Connection State",
      "type": "string"
    },
    "nestdb": {
      "title": "NestDB State",
      "type": "string"
    },
    "nsd": {
      "title": "Nsd State",
      "type": "string"
    },
    "nsxa-edge-cluster": {
      "title": "Edge Cluster State",
      "type": "string"
    },
    "nsxa-lrouter": {
      "title": "Logical Router State",
      "type": "string"
    },
    "nsxa-service-router": {
      "title": "Service Router State",
      "type": "string"
    },
    "nsxa-state": {
      "title": "NSXA State",
      "type": "string"
    }
  },
  "title": "Failed or Warning Config",
  "type": "object"
}