Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

eventdefinition list

Prev Next

This command lists all event definitions.

Usage
eventdefinition list
Example
vcli: admin> eventdefinition list
+-----+-------------------+-----------------+---------------------------------------------------------------------+----------+------------------+-----------------+--------------------------+----------------+---------------+---------+----------+----------------+------------+----------+
| ID  | Object-type       | Event-type      | Event-message                                                       | Severity | Email-recipients | Disable-actions | Trigger-on               | Trigger-off    | User-modified | Enabled | Cooldown | Raise-at-count | Alarm-only | Webhooks |
+-----+-------------------+-----------------+---------------------------------------------------------------------+----------+------------------+-----------------+--------------------------+----------------+---------------+---------+----------+----------------+------------+----------+
| 1   | Vms               | OBJECT_MODIFIED | {obj} {property} changed from {old_value} to {new_value}            | MAJOR    | None             | False           | ['DEGRADED']             | ['CLUSTERED']  | False         | N/A     |          | None           | True       | []       |
| 2   | Cluster           | OBJECT_MODIFIED | Cluster {obj} {property} changed from {old_value} to {new_value}    | CRITICAL | None             | False           | ['FAILED', 'FAILING']    | ['ONLINE']     | False         | N/A     |          | None           | True       | []       | 
| 4   | Cluster           | OBJECT_MODIFIED | Cluster {obj} {property}: {new_value}                               | None     | None             | False           | None                     | None           | False         | N/A     |          | None           | True       | []       |
| 5   | Cluster           | THRESHOLD       | Cluster {obj} physical space reached {threshold}%                   | MINOR    | None             | False           | ['ge', 85]               | None           | False         | N/A     |          | None           | True       | []       |

...