NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

SubClusterInfo (schema)

Sub-cluster-info

Sub-Cluster-info contains the sub-cluster type
and the discovered node IDs for the hosts that
belong to this sub-cluster.

Name Description Type Notes
discovered_node_ids Discovered node IDs

Discovered node IDs under this sub-cluster.
This is an optional field.
array of string
sub_cluster_type Sub-Cluster-Type

The type of this sub-cluster. Currently only MANUAL sub-clusters are supported,
where nodes are explicitly assigned. This field is mandatory.
string Required
Enum: MANUAL