Submits a ticket for data change.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | ExecuteDataCorrect |
The operation that you want to perform. Set the value to ExecuteDataCorrect. |
| Tid | String | No | 3*** |
The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID. |
| OrderId | Long | Yes | 406**** |
The ID of the ticket. You can call the ListOrders operation to query the ID of the ticket. |
| ActionDetail | Map | No | null |
The parameters that are required to perform the data change.
|
| RegionId | String | No | cn-hangzhou |
The ID of the region in which Data Management (DMS) is activated. Set this parameter to the ID of the region that is in proximity to your applications. For more information about the valid values of this parameter, see RegionID parameter. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| RequestId | String | EADDA791-2809-58CE-A303-743A77FF**** |
The ID of the request. |
| ErrorCode | String | UnknownError |
The error code. |
| ErrorMessage | String | Unknown server error |
The error message. |
| Success | Boolean | true |
Indicates whether the request is successful. Valid values:
|
Examples
Sample requests
http(s)://dms-enterprise.aliyuncs.com/?Action=ExecuteDataCorrect
&OrderId=406****
&ActionDetail={ "startTime" : "2021-07-01 00:00:00", "endTime" : "2021-07-01 01:00:00", "transaction" : false, "backupData" : true }
&Tid=3***
&<Common request parameters>
Sample success responses
XML format
HTTP/1.1 200 OK
Content-Type:application/xml
<ExecuteDataCorrectResponse>
<RequestId>EADDA791-2809-58CE-A303-743A77FF****</RequestId>
<Success>true</Success>
</ExecuteDataCorrectResponse>
JSON format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "EADDA791-2809-58CE-A303-743A77FF****",
"Success" : true
}
Error codes
For a list of error codes, visit the API Error Center.