本产品推出了新版本。
简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。
ListEvents
贡献者
建议更改
您可以使用 ListEvents
方法列出在集群上检测到的事件,按从旧到最新的顺序进行排序。
Parameters
此方法具有以下输入参数:
Name | Description | Type | 默认值 | Required |
---|---|---|---|---|
驱动器 ID |
指定仅返回具有此驱动器 ID 的事件。 |
整型 |
0 |
否 |
endEventID |
标识要返回的事件 ID 范围的结尾。 |
整型 |
无限制 |
否 |
endPublicTime |
指定仅返回早于此时间发布的事件。 |
string |
0 |
否 |
endReportTime |
指定仅返回早于此时间报告的事件。 |
string |
0 |
否 |
EventType |
指定要返回的事件类型。请参见 事件 可能的事件类型。 |
string |
0 |
否 |
最大通风数 |
指定要返回的最大事件数。 |
整型 |
无限制 |
否 |
节点 ID |
指定仅返回具有此节点 ID 的事件。 |
整型 |
||
服务 ID |
指定仅返回具有此服务 ID 的事件。 |
|||
startEventID |
标识要返回的事件范围的起始位置。 |
整型 |
0 |
否 |
startPublishTime |
指定仅返回在此时间之后发布的事件。 |
string |
0 |
否 |
startReportTime |
指定仅返回在此时间之后报告的事件。 |
string |
0 |
否 |
返回值
此方法具有以下返回值:
Name |
Description |
Type |
事件 |
事件列表。 |
事件 数组 |
请求示例
此方法的请求类似于以下示例:
{ "method": "ListEvents", "params": { }, "id" : 1 }
响应示例
此方法返回类似于以下示例的响应:
{ "id":1, "result":{ "events":[ { "details": { "paramGCGeneration":1431550800, "paramServiceID":2 }, "driveID":0, "eventID":2131, "eventInfoType":"gcEvent", "message":"GC Cluster Coordination Complete", "nodeID":0, "serviceID":2, "severity":0, "timeOfPublish":"2015-05-13T21:00:02.361354Z", "timeOfReport":"2015-05-13T21:00:02.361269Z" },{ "details": { "eligibleBS":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,24,25,26,27,28,29,30,31,40,41,42,43,44,45,46,47,52,53,54,55,56,57,58,59,60], "generation":1431550800, "participatingSS":[23,35,39,51] }, "driveID":0, "eventID":2130, "eventInfoType":"gcEvent", "message":"GCStarted", "nodeID":0, "serviceID":2, "severity":0, "timeOfPublish":"2015-05-13T21:00:02.354128Z", "timeOfReport":"2015-05-13T21:00:02.353894Z" },{ "details":"", "driveID":0, "eventID":2129, "eventInfoType":"tSEvent", "message":"return code:2 t:41286 tt:41286 qcc:1 qd:1 qc:1 vrc:1 tt:2 ct:Write etl:524288", "nodeID":0, "serviceID":0, "severity":0, "timeOfPublish":"2015-05-13T20:45:21.586483Z", "timeOfReport":"2015-05-13T20:45:21.586311Z" } ] } }
自版本以来的新增功能
9.6