Command data for the create_alert command.
More...
|
char * | active |
| Whether the alert is active.
|
|
char * | comment |
| Comment.
|
|
char * | copy |
| UUID of alert to copy.
|
|
char * | condition |
| Condition for alert, e.g. "Always".
|
|
array_t * | condition_data |
| Array of pointers. Extra data for condition.
|
|
char * | event |
| Event that will cause alert.
|
|
array_t * | event_data |
| Array of pointers. Extra data for event.
|
|
char * | filter_id |
| UUID of filter.
|
|
char * | method |
| Method of alert, e.g. "Email".
|
|
array_t * | method_data |
| Array of pointer. Extra data for method.
|
|
char * | name |
| Name of alert.
|
|
char * | part_data |
| Second part of data during *_data: value.
|
|
char * | part_name |
| First part of data during *_data: name.
|
|
Command data for the create_alert command.
The pointers in the *_data arrays point to memory that contains two strings concatenated, with a single \0 between them. The first string is the name of the extra data (for example "To Address"), the second is the value the the data (for example "alice@example.org").
The documentation for this struct was generated from the following file: