All Products
Search
Document Center

AnalyticDB:DescribeDBClusterStatus

Last Updated:Nov 10, 2025

Queries the statuses of AnalyticDB for MySQL clusters within a region.

Operation description

For information about the endpoints of AnalyticDB for MySQL, see Endpoints .

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

Note You can call the DescribeRegions operation to query the most recent region list.
cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object
Statusarray

The queried cluster states.

Statusstring

The cluster state. Valid values:

  • Preparing
  • Creating
  • Restoring
  • Running
  • Deleting
  • ClassChanging
  • NetAddressCreating
  • NetAddressDeleting
  • NetAddressModifying
  • EngineVersionUpgrading
Running
RequestIdstring

The request ID.

1AD222E9-E606-4A42-BF6D-8A4442913CEAU

Examples

Sample success responses

JSONformat

{
  "Status": [
    "Running"
  ],
  "RequestId": "1AD222E9-E606-4A42-BF6D-8A4442913CEAU"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history