查看事件 请求示例1 查询HBlock用户事件。 plaintext GET /rest/v1/system/event?number2 HTTP/1.1 Date: Thu, 04 Aug 2022 06:12:33 GMT Authorization: HBlock userName:signature Host:192.168.0.121:1443 响应示例1 plaintext HTTP/1.1 200 OK xhblockrequestid: d701da5a23c94eef8a8efe0907b12751 Connection: keepalive ContentLength: 853 Date: Thu, 04 Aug 2022 06: 12: 33 GMT ContentType: application/json;charsetutf8 Server: HBlock { "data": { "events": [ { "eventId": "78f85f5ee8ca42b9889d834a167283cc", "module": "System", "eventTime": 1659429529758, "name": "StartLogCollect", "requestId": "f630a474bc7e4d9eba75f3b9d28e5d51", "requesterIP": "36.111.88.33", "statusCode": 202, "errorCode": "", "errorMessage": "", "detail": { "method": "POST", "url": "/rest/v1/system/logcollect", "body": "{"startTime":1659422322714,"endTime":1659429522714,"servers":["hblock1","hblock2","hblock3"],"logTypes":["Config","System","Data","Coordination"]}" } }, { "eventId": "37fd582e6d364174a9bd94c825316f8a", "module": "System", "eventTime": 1659429493016, "name": "Login", "requestId": "ab3c00578efb4372b1fd622d827ad97c", "requesterIP": "36.111.88.33", "statusCode": 200, "errorCode": "", "errorMessage": "", "detail": { "method": "POST", "url": "/internal/v1/system/user/login", "body": "{"userName":"storuser"}" } } ] } }