如何查询最近一周的指定实例历史系统事件信息
程序员文章站
2022-06-14 22:41:22
...
本篇文章给大家带来的内容是关于如何查询最近一周的指定实例历史系统事件信息,有一定的参考价值,有需要的朋友可以参考一下,希望对你有所帮助。
DescribeInstanceHistoryEvents
请求参数
返回参数
数据类型 InstanceSystemEventType
示例
请求示例
https://ecs.aliyuncs.com/?Action=DescribeInstanceHistoryEvents &RegionId=cn-hangzhou &InstanceId=i-2ze3tphuqvc93cixxxx3 &<公共请求参数>
正常返回示例
XML 格式
<DescribeInstanceHistoryEventsResponse> <InstanceSystemEventSet> <InstanceSystemEventType> <InstanceId>i-2ze3tphuqvc93cixxxx3</InstanceId> <EventId>e-2ze9yxxxxwtqcvai68rl</EventId> <EventType> <Code>1</Code> <Name>SystemMaintenance.Reboot</Name> </EventType> <EventCycleStatus> <Code>0</Code> <Name>Executed</Name> </EventCycleStatus> <EventPublishTime>2017-11-30T06:32:31Z</EventPublishTime> <NotBefore>2017-12-01T06:32:31Z</NotBefore> <EventFinishTime>2017-12-01T06:35:31Z</EventFinishTime> </InstanceSystemEventType> <InstanceSystemEventType> <InstanceId>i-2ze3tphuqvc93cixxxx3</InstanceId> <EventId>e-2ze9yxxxxwtqcvai68r3</EventId> <EventType> <Code>34</Code> <Name>InstanceExpiration.Stop</Name> </EventType> <EventCycleStatus> <Code>8</Code> <Name>Avoided</Name> </EventCycleStatus> <EventPublishTime>2017-11-29T06:32:31Z</EventPublishTime> <NotBefore>2017-12-06T00:00:00Z</NotBefore> <EventFinishTime>2017-12-05T12:35:31Z</EventFinishTime> </InstanceSystemEventType> </InstanceSystemEventSet> <PageSize>10</PageSize> <PageNumber>1</PageNumber> <TotalCount>2</TotalCount> <RequestId>02EA76D3-5A2A-44EB-XXXX-8901881D8707</RequestId> </DescribeInstanceHistoryEventsResponse>
JSON 格式
{ "InstanceSystemEventSet": { "InstanceSystemEventType": [ { "InstanceId": "i-2ze3tphuqvc93cixxxx3", "EventId": "e-2ze9yxxxxwtqcvai68rl", "EventType": { "Code": 1, "Name": "SystemMaintenance.Reboot" }, "EventCycleStatus": { "Code": 0, "Name": "Executed" }, "EventPublishTime": "2017-11-30T06:32:31Z", "NotBefore": "2017-12-01T06:32:31Z", "EventFinishTime": "2017-12-01T06:35:31Z" }, { "InstanceId": "i-2ze3tphuqvc93cixxxx3", "EventId": "e-2ze9yxxxxwtqcvai68r3", "EventType": { "Code": 34, "Name": "InstanceExpiration.Stop" }, "EventCycleStatus": { "Code": 8, "Name": "Avoided" }, "EventPublishTime": "2017-11-29T06:32:31Z", "NotBefore": "2017-12-06T00:00:00Z", "EventFinishTime": "2017-12-05T12:35:31Z" } ] }, "PageSize": 10, "PageNumber": 1, "TotalCount": 2, "RequestId": "02EA76D3-5A2A-44EB-XXXX-8901881D8707" }
异常返回示例
XML 格式
<Error> <RequestId>C38E0D94-C18B-44F3-8C05-6E35BE334087</RequestId> <HostId>ecs.aliyuncs.com</HostId> <Code>InvalidParameter</Code> <Message>The Parameter "EventCycleStatus" provided is not valid.</Message> </Error>
JSON 格式
{ "RequestId": "1A8B4B27-8B2D-XXXX-XXXX-0F64DBE4C212", "HostId": "ecs.aliyuncs.com" "Code": "InvalidParameter" "Message": "The Parameter "EventCycleStatus" provided is not valid." }
错误码
以下为本接口特有的错误码。更多错误码,请访问API错误中心。
以上就是如何查询最近一周的指定实例历史系统事件信息的详细内容,更多请关注其它相关文章!
上一篇: 怎么指定时间段内禁止运行
下一篇: ibatis 调用存储过程启动报错