All Products
Search
Document Center

Elastic Compute Service:CancelSimulatedSystemEvents

Last Updated:Mar 19, 2024

Cancels simulated system events that are in the Scheduled or Executing state. After you cancel a simulated system event, the simulated event enters the Canceled state.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
EventIdarrayYes

The IDs of simulated system events. You can specify up to 100 event IDs in a single request.

stringYes

The ID of the simulated system event.

e-xhskHun1256****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

Examples

Sample success responses

JSONformat

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}

Error codes

HTTP status codeError codeError messageDescription
400EventIdLimitExceeded%sMore than 100 simulated event IDs are specified.
403InvalidParameter%sThe specified parameter is invalid.
403CannotCancelSystemEvent.NotSimulated%s-
403InvalidEventId.NotFound%sThe specified EventId parameter is invalid.
404MissingParameter%sA parameter is not specified.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-09-18The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
    delete Error Codes: 403
    delete Error Codes: 404