Cancels multiple O\\\&M events in a single request.
Operation description
O&M events cannot be canceled in the following scenarios:
-
The allowCancel parameter is set to 0.
-
The current time is later than the start time of the O&M event.
-
The state value of the O&M event is not 3.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
kvstore:CancelActiveOperationTasks |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Ids |
string |
Yes |
The IDs of the O&M events to cancel. Separate multiple IDs with commas (,). |
1508850,1508310,1507849,1506274,1505811 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Ids |
string |
The IDs of the canceled O&M events, separated by commas (,). |
1508850,1508310,1507849,1506274 |
| RequestId |
string |
The request ID. |
F16A51B0-436E-5B84-8326-A18AA150D1C4 |
Examples
Success response
JSON format
{
"Ids": "1508850,1508310,1507849,1506274",
"RequestId": "F16A51B0-436E-5B84-8326-A18AA150D1C4"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.