All Products
Search
Document Center

AnalyticDB:DescribeSyncAvailableDBClusterList

Last Updated:Jan 08, 2026

Queries a list of instances or clusters that are available for data synchronization.

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
ResourceGroupIdstringNo

The resource group ID.

rg-4690g37929****
RegionIdstringYes

The region ID.

cn-hangzhou
QueryTypestringYes

The query type.

Valid values:

  • Target
  • Source
Source
SourceDBClusterarray<object>No

The source instances or clusters.

objectNo

The source instance or cluster.

TypestringNo

The database type of the source instance or cluster.

Valid values:

  • rds: ApsaraDB RDS.
  • sls: Simple Log Service.
  • polardb: PolarDB.
rds
ClusterIdsstringNo

The ID of the source instance or cluster. Separate multiple IDs with commas (,).

rm-bp1l3yh04y7us147n
RegionIdstringNo

The region ID.

cn-hangzhou
SyncPlatformstringNo

The synchronization platform.

ADB-CDC

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

FBD1DD96-AD1D-516C-9D9A-60BA081F66EE
SyncAvailableDBClustersarray<object>

The queried instances or clusters.

SyncAvailableDBClusterobject

The queried instance or cluster.

TableNumberinteger

The number of tables.

100
DBClusterIdstring

The instance or cluster ID.

rm-bp1l3yh04y7us147n
DBClusterDescriptionstring

The description of the instance or cluster.

DB1
DBTypestring

The database type of the instance or cluster.

rds
StorageSizefloat

The storage size.

1000

Examples

Sample success responses

JSONformat

{
  "RequestId": "FBD1DD96-AD1D-516C-9D9A-60BA081F66EE",
  "SyncAvailableDBClusters": [
    {
      "TableNumber": 100,
      "DBClusterId": "rm-bp1l3yh04y7us147n",
      "DBClusterDescription": "DB1",
      "DBType": "rds",
      "StorageSize": 1000
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
500InternalErrorAn error occurred while processing your request.An internal error occurred. Please try again later.
503ServiceUnavailableAn error occurred while processing your request.The system is unavailable. Please try again later.

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

Change history

Change timeSummary of changesOperation
No change history