Obtaining a list of event logs

Virtual Storage Platform One SDS Block System Administrator Guide

Version
1.16.x
Audience
anonymous
Part Number
MK-24VSP1SDS001-03

The following information can be obtained.

  • id: IDs (uuid) of events

  • time: Time and dates when events are detected

  • timeInMicroseconds: Time (in microseconds) elapsed from January 1, 1970, 00:00:00:00 until when the event was detected

  • category: Categories of events (such as drive, storage pool)

  • eventName: Unique names of events

  • messageId: Message ID

  • severity: Severity levels of events

  • message: Descriptions of events

  • solution: Recommended countermeasures for events

  • nodeLocation: Information about the storage nodes where events occurred

  • eventType: Always null

  • severityLevel: Always null

  • Required role: Security, Storage, RemoteCopy, Monitor, Service, or Resource

Obtain a list of event logs.

REST API: GET /v1/objects/event-logs

CLI: event_log_list

Note:

Although the maximum number of event logs that can be retained is 864,000, the maximum number of event logs that you can obtain at one time by running a command is 1,000. If you run the command without the parameter for specifying the range (startTime or endTime), the latest 1,000 logs are obtained. To obtain the older event logs, run the command with startTime or endTime specified. For details, see the VSP One SDS Block REST API Reference or the VSP One SDS Block CLI Reference.