Get all events of Nimble / Alletra 6K
GET {{baseUrl}}/api/v1/storage-systems/device-type2/:systemId/events?limit=<integer>&offset=<integer>&filter=<string>&sort=<string>&select=<string>
Get all events of Nimble / Alletra 6K
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Number of items to return at a time | |
offset | string | The offset of the first item in the collection to return | |
filter | string | Lucene query to filter Events by Key. | |
sort | string | oData query to sort Event resource by Key. | |
select | string | Query to select only the required parameters, separated by . if nested |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"alarm_id":"\u003cstring\u003e","category":"\u003cstring\u003e","event_type":"\u003clong\u003e","id":"\u003cstring\u003e","scope":"\u003cstring\u003e","severity":"\u003cstring\u003e","target":"\u003cstring\u003e","target_type":"\u003cstring\u003e","timestamp":"\u003clong\u003e","activity":"\u003cstring\u003e","associated_links":[{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"consoleUri":"\u003cstring\u003e","customerId":"\u003cstring\u003e","generation":"\u003cinteger\u003e","resourceUri":"\u003cstring\u003e","summary":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"alarm_id":"\u003cstring\u003e","category":"\u003cstring\u003e","event_type":"\u003clong\u003e","id":"\u003cstring\u003e","scope":"\u003cstring\u003e","severity":"\u003cstring\u003e","target":"\u003cstring\u003e","target_type":"\u003cstring\u003e","timestamp":"\u003clong\u003e","activity":"\u003cstring\u003e","associated_links":[{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"consoleUri":"\u003cstring\u003e","customerId":"\u003cstring\u003e","generation":"\u003cinteger\u003e","resourceUri":"\u003cstring\u003e","summary":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"pageLimit":"\u003cinteger\u003e","pageOffset":"\u003cinteger\u003e","requestUri":"\u003cstring\u003e","total":"\u003clong\u003e"}