NsxTCluster
NSX-T Cluster representation
{
"domains": [
{
"id": "string",
"name": "string"
}
],
"id": "string",
"isShareable": false,
"isShared": false,
"isVlcmCompatible": false,
"nodes": [
{
"fqdn": "string",
"id": "string",
"ipAddress": "string",
"name": "string"
}
],
"status": "One among: INITIALIZING, STABLE, DEGRADED, UNSTABLE, UNAVAILABLE, UNIDENTIFIED, UNDEFINED",
"version": "string",
"vip": "string",
"vipFqdn": "string"
}
ID of the cluster
Boolean to identify if the NSX-T cluster can be shared to create a new workload domain
Boolean to identify if the NSX-T cluster is shared among workload domains
Boolean to identify if the NSX-T cluster is compatible with Vlcm
Information about the NSX-T managers associated with the cluster
NSX-T cluster status. To get NSX-T cluster status invoke nsxt-clusters query API with criterion NSXT_CLUSTERS_WITH_STATUS
Version of the NSX-T managers associated with the cluster
VIP (Virtual IP Address) of the cluster
FQDN for VIP of the cluster