NsxTCluster

NsxTCluster
NsxTCluster

NSX-T Cluster representation

JSON Example
{
    "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"
}
domains
Optional

Information about the domains associated with the cluster

string
id
Optional

ID of the cluster

boolean
isShareable
Optional

Boolean to identify if the NSX-T cluster can be shared to create a new workload domain

boolean
isShared
Optional

Boolean to identify if the NSX-T cluster is shared among workload domains

boolean
isVlcmCompatible
Optional

Boolean to identify if the NSX-T cluster is compatible with Vlcm

nodes
Optional

Information about the NSX-T managers associated with the cluster

string
status
Optional

NSX-T cluster status. To get NSX-T cluster status invoke nsxt-clusters query API with criterion NSXT_CLUSTERS_WITH_STATUS

string
version
Optional

Version of the NSX-T managers associated with the cluster

string
vip
Optional

VIP (Virtual IP Address) of the cluster

string
vipFqdn
Optional

FQDN for VIP of the cluster