All Products
Search
Document Center

AnalyticDB:DescribeApsJobs

Last Updated:Nov 10, 2025

Queries a list of AnalyticDB Pipeline Service (APS) jobs.

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:DescribeApsJobslist
*DBClusterLakeVersion
acs:adb:{#regionId}:{#AccountId}:dbcluster/{#DBClusterId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageNumberintegerYes

The page number.

1
PageSizeintegerYes

The number of entries per page.

30
RegionIdstringNo

The region ID.

cn-beijing
CreateTimeStartstringNo

The beginning of the time range to query.

2022-03-23T01:10Z
CreateTimeEndstringNo

The end of the time range to query.

2022-04-23T01:10Z
ApsJobNamestringNo

The name of the APS job.

aps-xxxxx

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

******-7F9D-5DBD-993E-******
PageNumberstring

The page number.

1
PageSizestring

The number of entries per page.

30
TotalCountstring

The total number of entries returned.

0
APSJobsarray<object>

The queried APS jobs.

-
oneStationVOsobject

The queried APS job.

Statusstring

The status of the APS job.

-
ApsJobNamestring

The name of the APS job.

data-sync-******
DestinationInstanceIDstring

The destination cluster ID.

amv-*******
SourceInstanceIDstring

The ID of the source instance or cluster.

pc-******
Delaylong

The synchronization latency.

0
CreateTimestring

The time when the APS job was created.

2022-06-28 15:00:04
Projressstring

The progress.

30: The progress is 30%.
ApsJobIdstring

The job ID.

aps-******
SubStatusstring

The status of the task.

-
ErrMessagestring

The error message.

OK
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
True
Codestring

The HTTP status code.

ok
Messagestring

The returned message. Valid values:

  • If the request was successful, a success message is returned.****
  • If the request failed, an error message is returned.
OK
HttpStatusCodeinteger

The status code. A value of 200 indicates that the request was successful.

ok

Examples

Sample success responses

JSONformat

{
  "RequestId": "******-7F9D-5DBD-993E-******",
  "PageNumber": 1,
  "PageSize": 30,
  "TotalCount": 0,
  "APSJobs": [
    {
      "Status": "-",
      "ApsJobName": "data-sync-******",
      "DestinationInstanceID": "amv-*******",
      "SourceInstanceID": "pc-******",
      "Delay": 0,
      "CreateTime": "2022-06-28 15:00:04",
      "Projress": "30: The progress is 30%.",
      "ApsJobId": "aps-******",
      "SubStatus": "-",
      "ErrMessage": "OK"
    }
  ],
  "Success": true,
  "Code": "ok",
  "Message": "OK",
  "HttpStatusCode": 0
}

Error codes

HTTP status codeError codeError message
400InvalidInputThe specified parameter is invalid.

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