Get Nsxt Cluster
Get a NSX-T cluster
NSX-T cluster ID
Ok
{
"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
NSX-T cluster not found
{
"arguments": [
"string"
],
"causes": [
{
"message": "string",
"type": "string"
}
],
"context": {
"context": "string"
},
"errorCode": "string",
"errorType": "string",
"message": "string",
"nestedErrors": [
"Error Object"
],
"referenceToken": "string",
"remediationMessage": "string"
}
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The minor error code
The error type
The localized error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized remediation error message
InternalServerError
{
"arguments": [
"string"
],
"causes": [
{
"message": "string",
"type": "string"
}
],
"context": {
"context": "string"
},
"errorCode": "string",
"errorType": "string",
"message": "string",
"nestedErrors": [
"Error Object"
],
"referenceToken": "string",
"remediationMessage": "string"
}
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The minor error code
The error type
The localized error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized remediation error message