Get Cluster Info

get

/bdcsce/api/v1.1/clustermgmt/{identityDomainId}/instances/{clusterId}

Request

Path Parameters
Security
Back to Top

Response

200 Response

Body ()
Root Schema : ClusterStatusSnapshot
Type: object
Show Source
Nested Schema : ClusterInfo
Type: object
Show Source
Nested Schema : ClusterComponentsInfo
Type: object
Show Source
Nested Schema : createdOn
Type: object
Time in milliseconds since Epoch of the creation fo the Cluster.
Nested Schema : platform
Type: array
List of packages and their versions that conform this cluster.
Show Source
Nested Schema : ClusterPackageVersionInfo
Type: object
Show Source

400 Response

List of errors related to the request.
Body ()
Root Schema : schema
Type: array
Show Source

404 Response

The Cluster was not found.

500 Response

An internal error occurred.
Body ()
Root Schema : Error
Type: object
Show Source
Nested Schema : o:errorDetails
Type: array
Read Only: true
error details
Show Source
Back to Top