The event object contains details of events that occur during an API method call or while the system is performing an operation.
This object contains the following members:
Name | Description | Type |
---|---|---|
details | Extra information about the event. | JSON object |
driveID | The driveID of the drive reporting the failure. 0 if not applicable. | integer |
driveIDs | A list of the driveIDs of the drives reporting the failure. An empty list if not applicable. | integer array |
eventID | Unique ID associated with each event. | integer |
eventInfoType | The type of fault. | string |
message | A string description of the event that occurred. | string |
nodeID | The nodeID of the node reporting the failure. 0 if not applicable. | integer |
serviceID | The serviceID of the service reporting the failure. 0 if not applicable. | integer |
severity | Severity the event is reporting. | integer |
timeOfPublish | The time at which the cluster's event log received the event, in UTC+0 format. | ISO 8601 date string |
timeOfReport | The time at which the event occurred on the cluster, in UTC+0 format. | ISO 8601 date string |
The following list describes the possible event types that the eventInfoType member can contain: