Cancels one or more simulated system events that are in the Scheduled or Executing state. After a system event is canceled, the simulated event enters the Canceled state.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecs:CancelSimulatedSystemEvents |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. You can call DescribeRegions to query the most recent region list. |
cn-hangzhou |
| RegionId |
string |
Yes |
The list of system event IDs. You can specify up to 100 event IDs. |
cn-hangzhou |
| EventId |
array |
Yes |
The list of system event IDs. You can specify up to 100 event IDs. |
e-xhskHun1256**** |
|
string |
Yes |
The list of system event IDs. You can specify up to 100 event IDs. |
e-xhskHun1256**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
Examples
Success response
JSON format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | EventIdLimitExceeded | %s | More than 100 simulated event IDs are specified. |
| 403 | InvalidParameter | %s | |
| 403 | CannotCancelSystemEvent.NotSimulated | %s | |
| 403 | InvalidEventId.NotFound | %s | The specified EventId parameter is invalid. |
| 404 | MissingParameter | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.