OpenVAS Manager
7.0.3~git
|
Command data for the create_alert command. More...
Data Fields | |
char * | comment |
Comment. More... | |
char * | copy |
UUID of alert to copy. More... | |
char * | condition |
Condition for alert, e.g. "Always". More... | |
array_t * | condition_data |
Array of pointers. Extra data for condition. More... | |
char * | event |
Event that will cause alert. More... | |
array_t * | event_data |
Array of pointers. Extra data for event. More... | |
char * | filter_id |
UUID of filter. More... | |
char * | method |
Method of alert, e.g. "Email". More... | |
array_t * | method_data |
Array of pointer. Extra data for method. More... | |
char * | name |
Name of alert. More... | |
char * | part_data |
Second part of data during *_data: value. More... | |
char * | part_name |
First part of data during *_data: name. More... | |
Command data for the create_alert command.
The pointers in the *_data arrays point to memory that contains two strings concatentated, 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").
char* create_alert_data_t::condition |
array_t* create_alert_data_t::condition_data |
array_t* create_alert_data_t::event_data |
char* create_alert_data_t::method |
array_t* create_alert_data_t::method_data |
char* create_alert_data_t::part_data |
char* create_alert_data_t::part_name |