Queries the progress of a scale-out task.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String No DescribeScaleOutMigrateTaskList

The operation that you want to perform. Set the value to DescribeScaleOutMigrateTaskList.

DBInstanceName String Yes pxc-********

The ID of the instance.

Response parameters

Parameter Type Example Description
Progress Integer 32

The progress of the scale-out task.

RequestId String C458B1E8-1683-3645-B154-6BA32080EEA

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DescribeScaleOutMigrateTaskList
&ResourceOwnerId=111
&DBInstanceName=pxc-********
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DescribeScaleOutMigrateTaskListResponse>
    <Progress>32</Progress>
    <RequestId>C458B1E8-1683-3645-B154-6BA32080EEA</RequestId>
</DescribeScaleOutMigrateTaskListResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "Progress" : 32,
  "RequestId" : "C458B1E8-1683-3645-B154-6BA32080EEA"
}

Error codes

For a list of error codes, visit the API Error Center.