Get Events (with response greater than 1 MiB)

SCSI Write Buffer Command

Mode of 2, Buffer ID of X’10’, Buffer Offset of X’000000’. Buffer data contains the http POST command:

GET /v1/events 

SCSI Write Buffer Response

The response from SCSI is command complete.

SCSI Read Buffer Command

Mode of 2, Buffer ID of X’11’, Buffer Offset of X’000000’, Allocation Length of X’100000’

SCSI Read Buffer Response

Buffer data contains the http response including the Content-Length field for determining the total length of data to be transferred (after the Content-Length value). Response is truncated to 1 MiB:

HTTP/1.1 200 OK 
Content-Type: application/json 
Content-Length: 2753246 

[{"ID": "2522", "severity": "information", "time": "2019-07-23T13:39:57-0700", "type": "audit", "location": null, "user": "FWService", "description": "A service user logged in to the GUI from 9.108.42.124", "state": null, "errorCode": "081C"}, 
. . . 
{"ID": "1521", "severity": "information", "time": "2019-07-23T13:39:27-0700", "type": "library", "location": null, "user": "System", "description": "The state of the library 

SCSI Read Buffer Command

Mode of 2, Buffer ID of X’11’, Buffer Offset of X’000001’, Allocation Length of X’100000’

SCSI Read Buffer Response

Buffer data contains the next portion of the http response (truncated to 1 MiB):

changed from restarting to nodeCardDegraded.", "state": null, "errorCode": "0700"} , {"ID": "1520", "severity": "information", "time": "2019-07-23T13:39:11-0700", "type": "library", "location": "frameSide_F19Sb", "user": "System", "description": "An LCC card was not responding over Ethernet", "state": null, "errorCode": "2384"}, 
. . . 
{"ID": "519", "severity": "information", "ti 

SCSI Read Buffer Command

Mode of 2, Buffer ID of X’11’, Buffer Offset of X’000002’, Allocation Length of X’100000’

SCSI Read Buffer Response

Buffer data contains the last portion of the http response:

me": "2019-07-23T13:38:34-0700", "type": "library", "location": null, "user": "System", "description": "The state of the library changed from nodeCardDegraded to restarting.", "state": null, "errorCode": "0700"}, 
. . . 
{"ID": "218", "severity": "information", "time": "2019-07-23T13:36:33-0700", "type": "audit", "location": null, "user": "FWService", "description": "A user logged out of the GUI from 9.108.42.124", "state": null, "errorCode": "0812"} , {"ID": "217", "severity": "information", "time": "2019-07-23T13:20:08-0700", "type": "library", "location": null, "user": "System", "description": "System console not responding", "state": null, "errorCode": "0249"}