NSX-T Data Center REST API

ClusterGroupMemberStatus (type)

{
  "additionalProperties": false,
  "description": "This type contains the attributes and status of a group member.",
  "id": "ClusterGroupMemberStatus",
  "module_id": "Cluster",
  "properties": {
    "member_fqdn": {
      "format": "hostname",
      "readonly": true,
      "title": "FQDN of the group member",
      "type": "string"
    },
    "member_ip": {
      "format": "ip",
      "readonly": true,
      "title": "IP of the group member",
      "type": "string"
    },
    "member_ipv6": {
      "format": "ip",
      "readonly": true,
      "title": "IPv6 of the group member",
      "type": "string"
    },
    "member_status": {
      "enum": [
        "UP",
        "DOWN",
        "UNKNOWN"
      ],
      "readonly": true,
      "title": "Status of the group member",
      "type": "string"
    },
    "member_uuid": {
      "readonly": true,
      "title": "UUID of the group member",
      "type": "string"
    }
  },
  "title": "Status of a group member",
  "type": "object"
}