NSX-T Data Center REST API

ClusterHostGroup (type)

{
  "id": "ClusterHostGroup",
  "module_id": "InventoryCmInvComm",
  "properties": {
    "host_group_name": {
      "readonly": true,
      "required": false,
      "title": "Name of a host group",
      "type": "string"
    },
    "hosts": {
      "items": {
        "type": "string"
      },
      "readonly": true,
      "required": false,
      "title": "Hosts of a group",
      "type": "array"
    }
  },
  "title": "Cluster host group",
  "type": "object"
}