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

Sub-cluster-type can be either MANUAL or FAULT_DOMAIN.
This is a mandatory field. Currently, all sub-clusters
will be of type MANUAL. In the future, we will provide support
for creating a sub-cluster for fault domains in VC. This
field indicates the same.
string Required
Enum: MANUAL