Re-execute the precheck step of a data change ticket.
Operation description
This API can be invoked only for database instances whose control mode is Security Collaboration.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:RetryDataCorrectPreCheck |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| OrderId |
integer |
Yes |
The ID of the data change ticket. You can call the ListOrders operation to query the ID of the data change ticket. |
414**** |
| Tid |
integer |
No |
The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID. |
3*** |
| RealLoginUserUid |
string |
No |
The UID of the Alibaba Cloud account of the user who actually invokes the API. |
21400447956867**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
5BC081C7-5F77-5C92-9758-E1ED17CA**** |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| ErrorMessage |
string |
The error message returned. |
OrderId is mandatory for this action. |
| ErrorCode |
string |
The error code returned. |
MissingOrderId |
Examples
Success response
JSON format
{
"RequestId": "5BC081C7-5F77-5C92-9758-E1ED17CA****",
"Success": true,
"ErrorMessage": "OrderId is mandatory for this action.",
"ErrorCode": "MissingOrderId"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.