Reference Guide

Options
Option Description Format
--CSV Displays the command output in
a comma-delimited format with
a header
Append --CSV to the command
Example
Display a current list of the events:
CLI> events list
Output
.-----------.-----------.-------------.----------.-------------.-------------.
| Unique ID | Event ID | Event Time | Severity | Workspace | Headline |
|-----------|-----------|-------------|----------|-------------|-------------|
| 1975780 | 114000003 | 30-Jul-13 | Info | System | Fluid FS |
| | | 12:05:06 | | | Health Scan |
| | | | | | finished a |
| | | | | | scanning |
| | | | | | cycle. |
|-----------|-----------|-------------|----------|-------------|-------------|
| 1975784 | 115000112 | 30-Jul-13 | Info | System | The user |
| | | 12:35:41 | | | Administrat |
| | | | | | or has |
| | | | | | successfull |
| | | | | | y added new |
| | | | | | Local User |
| | | | | | 'user1' to |
| | | | | | cluster |
| | | | | | repository |
|-----------|-----------|-------------|----------|-------------|-------------|
...[snip]...
events view
Description
Display the details of a single event.
Format
events view <UniqueID>
Arguments
Argument Description Format
<UniqueID> Unique ID of the event Existing event ID
45