All Products
Search
Document Center

AnalyticDB:DescribeSyncJobList

Last Updated:Jan 08, 2026

Queries a list of synchronization jobs in an AnalyticDB for MySQL cluster.

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

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
adb:DescribeSyncJobListget
DBCluster
acs:adb:{#regionId}:{#accountId}:dbcluster/{#DBClusterId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

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

The ID of the AnalyticDB for MySQL Data Warehouse Edition cluster.

Note You can call the DescribeDBClusters operation to query the IDs of all AnalyticDB for MySQL Data Warehouse Edition clusters within a region.
am-8vb39udfi356l9psq
SourceDBTypestringYes

The source database type.

Enumeration Value:
  • rds: rds.
  • sls: sls.
  • polardb: polardb.
sls
PageSizeintegerNo

The number of entries per page.

30
PageNumberintegerNo

The page number. Pages start from page 1. Default value: 1.

1
SourceDBClusterIdstringNo

The ID of the source cluster. You can call the DescribeDBClusters operation to query backup set IDs.

Note If you want to restore the data of an ApsaraDB for ClickHouse cluster, this parameter is required.
pc-t4n766v2llx852n81
SourceDBClusterDescriptionstringNo

The description of the source cluster.

test
GetSourceDetailbooleanNo

Specifies whether to obtain details about the source instance or cluster.

Enumeration Value:
  • true: true.
  • false: false.
true

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

TotalCountinteger

The total number of entries returned.

100
PageSizeinteger

The number of entries per page.

30
RequestIdstring

The request ID.

482B8BAE-6EC0-5C0E-B2AF-FD42A3FC5B67
PageNumberinteger

The page number.

1
DBClusterIdinteger

The cluster ID.

am-j6c22lubl8d9l3989
SyncJobsarray<object>

The queried synchronization jobs.

SyncJobobject

The queried synchronization job.

SourceStorageSizeinteger

The storage size of the source instance or cluster.

100
SourceDBClusterIdstring

The ID of the source cluster. You can call the DescribeDBClusters operation to query backup set IDs.

Note If you want to restore the data of an ApsaraDB for ClickHouse cluster, this parameter is required.
pc-t4n766v2llx852n81
JobIdstring

The ID of the Spark job.

dts-xxxxx
SourceDBTypestring

The database type of the source instance or cluster.

polardb
SourceDBClusterDescriptionstring

The description of the source instance or cluster.

test
RegionIdstring

The region ID.

cn-hangzhou
SourceTableNumberinteger

The number of tables in the source instance or cluster.

100
SyncPlatformstring

The synchronization platform.

ADB-CDC

Examples

Sample success responses

JSONformat

{
  "TotalCount": 100,
  "PageSize": 30,
  "RequestId": "482B8BAE-6EC0-5C0E-B2AF-FD42A3FC5B67",
  "PageNumber": 1,
  "DBClusterId": 0,
  "SyncJobs": [
    {
      "SourceStorageSize": 100,
      "SourceDBClusterId": "pc-t4n766v2llx852n81",
      "JobId": "dts-xxxxx",
      "SourceDBType": "polardb",
      "SourceDBClusterDescription": "test",
      "RegionId": "cn-hangzhou",
      "SourceTableNumber": 100,
      "SyncPlatform": "ADB-CDC"
    }
  ]
}

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