Cancel one or more simulated system events in the Scheduled or Executing state

坏嘻嘻
Release: 2018-09-26 15:14:20
Original
2417 people have browsed it

The content of this article is about canceling one or more simulated system events that are in the Scheduled or Executing state. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you. .

CancelSimulatedSystemEvents

Request Parameters

Cancel one or more simulated system events in the Scheduled or Executing state

# #Return parameters

are all public return parameters. See Public Return Parameters.

Example

Request example

https://ecs.aliyuncs.com/?Action=CancelSimulatedSystemEvents
&RegionId=cn-hangzhou
EventId.1="e-xhskHun1256xxxx"
EventId.2="e-xhskHun1257xxxx"
&<公共请求参数>
Copy after login

Return example

XML format

<CancelSimulatedSystemEventsResponse>
    <RequestId>E69EF3CC-94CD-42E7-8926-F133B86387C0</RequestId>
</CancelSimulatedSystemEventsResponse>
Copy after login

JSON format

{
    "RequestId":"E69EF3CC-94CD-42E7-8926-F133B86387C0"
}
Copy after login

Error code

The following are error codes unique to this interface. For more error codes, please visit the API Error Center.

Cancel one or more simulated system events in the Scheduled or Executing state

The above is the detailed content of Cancel one or more simulated system events in the Scheduled or Executing state. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template