Home > Article > Operation and Maintenance > Schedule simulated system events for one or multiple ECS instances
This article introduces the reservation of simulated system events for one or more ECS instances, and focuses on the specific steps. The content of this article is compact, and I hope you can gain something from it.
CreateSimulatedSystemEvents
Description
After scheduling a simulated event, you can monitor it through the ECS management console, ECS API, and cloud The service views scheduled simulated system events.
The following table shows the life cycle of simulated system events:
Request parameters
Return Parameters
Example
Request example
https://ecs.aliyuncs.com/?Action=CreateSimulatedSystemEvents &RegionId=cn-hangzhou &InstanceId.1=i-instance1 &InstanceId.2=i-instance1 &EventType=SystemMaintenance.Reboot &NotBefore=2018-12-01T06:32:31Z &<公共请求参数>
Return example
XML format
<CreateSimulatedSystemEventsResponse> <EventIdSet> <EventId>e-xhskHun1256xxxx</EventId> <EventId>e-xhskHun1257xxxx</EventId> </EventIdSet> <RequestId>E69EF3CC-94CD-42E7-8926-F133B86387C0</RequestId> </CreateSimulatedSystemEventsResponse>
JSON format
{ "RequestId":"E69EF3CC-94CD-42E7-8926-F133B86387C0", "EventIdSet":{ "EventId": "e-xhskHun1256xxxx", "EventId": "e-xhskHun1257xxxx" } }
Error code
The following are error codes unique to this interface. For more error codes, please visit the API Error Center.
The above is the detailed content of Schedule simulated system events for one or multiple ECS instances. For more information, please follow other related articles on the PHP Chinese website!