Get Nsxt Cluster

Get Nsxt Cluster

Get a NSX-T cluster

Request
URI
GET
https://sfo-vcf01.rainpole.io//v1/nsxt-clusters/{id}
COPY
Path Parameters
string
id
Required

NSX-T cluster ID


Responses
200

Ok

Returns NsxTCluster of type(s) application/json
{
    "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


404

NSX-T cluster not found

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message


500

InternalServerError

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message