Queries the replication progress of a replication pair.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ebs:DescribeDiskReplicaPairProgress |
get |
*DiskReplicaPair
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ReplicaPairId |
string |
Yes |
The ID of the replication pair. You can call the DescribeDiskReplicaPairsoperation to query the IDs of existing replication pairs. |
pair-cn-tl32ribst0z |
| RegionId |
string |
Yes |
The region ID of the replication pair. |
cn-beijing |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
DescribeReplicaPairProgressResponse |
||
| Progress |
integer |
The replication progress of the replication pair. |
100 |
| RecoverPoint |
integer |
The timestamp that indicates the last recovery point in time. The value is returned only after the replication pair works for replicating data. |
1661917424 |
| RequestId |
string |
The request ID. |
AAA478A0-BEE6-1D42-BEB6-A9CFEAD6**** |
Examples
Success response
JSON format
{
"Progress": 100,
"RecoverPoint": 1661917424,
"RequestId": "AAA478A0-BEE6-1D42-BEB6-A9CFEAD6****\n"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | An internal error has occurred. |
| 403 | OperationDenied | The operation is not allowed. | The operation is not supported. |
| 403 | OperationDenied.InvalidStatus | The operation is not allowed in current status. | The operation is not supported in the current state. |
| 403 | Forbidden | User is not authorized to operate. | You are not authorized to manage the resource. Check the account permissions or contact the Alibaba Cloud account. |
| 403 | Forbidden.Action | User is not authorized to operate this action. | You are not authorized to perform this operation. Check the account permissions or contact the Alibaba Cloud account. |
| 404 | NoSuchResource | The specified resource does not exist. | The specified resource does not exist. |
| 504 | RequestTimeout | The request is timeout, please try again later. | The request has timed out. Try again later. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.