NsxTCluster
NsxTCluster
NSX 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"
}
string
id
Optional
ID of the cluster
boolean
isShareable
Optional
Boolean to identify if the NSX cluster can be shared to create a new workload domain
boolean
isShared
Optional
Boolean to identify if the NSX cluster is shared among workload domains
boolean
isVlcmCompatible
Optional
Boolean to identify if the NSX cluster is compatible with Vlcm
string
status
Optional
NSX cluster status. To get NSX cluster status invoke nsxt-clusters query API with criterion NSXT_CLUSTERS_WITH_STATUS
string
version
Optional
Version of the NSX managers associated with the cluster
string
vip
Optional
VIP (Virtual IP Address) of the cluster
string
vipFqdn
Optional
FQDN for VIP of the cluster