NSX-T Data Center REST API

NodeServiceMemberStatus (type)

{
  "additionalProperties": false,
  "description": "This type contains the attributes and status of a node service.",
  "id": "NodeServiceMemberStatus",
  "module_id": "ClusterManagement",
  "properties": {
    "node_fqdn": {
      "format": "hostname",
      "readonly": true,
      "title": "FQDN of the node",
      "type": "string"
    },
    "node_id": {
      "readonly": true,
      "title": "UUID of the node",
      "type": "string"
    },
    "node_ipv4": {
      "format": "ip",
      "readonly": true,
      "title": "IP of the node",
      "type": "string"
    },
    "node_ipv6": {
      "format": "ip",
      "readonly": true,
      "title": "IPv6 of the node",
      "type": "string"
    },
    "status": {
      "enum": [
        "UP",
        "DEGRADED",
        "DOWN",
        "UNKNOWN"
      ],
      "readonly": true,
      "title": "Status of the service on the node",
      "type": "string"
    }
  },
  "title": "Status of a service on an individual node",
  "type": "object"
}