All Products
Search
Document Center

Elastic Compute Service:DescribeClusters

Last Updated:Apr 16, 2026

Describes one or more clusters.

Note

This API has been deprecated with no replacement. While temporary access is maintained, no further updates or bug fixes will be provided. To ensure continued functionality, plan your migration and contact your account manager for support.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The ID of the region.

Response elements

Element

Type

Description

Example

object

The data returned.

RequestId

string

The request ID.

Clusters

object

An object that contains the list of clusters.

Cluster

array<object>

The list of clusters.

object

The details of a cluster.

ClusterId

string

The cluster ID.

Examples

Success response

JSON format

{
  "RequestId": "",
  "Clusters": {
    "Cluster": [
      {
        "ClusterId": ""
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.