OpenVAS Manager  7.0.3~git
modify_alert_data_t Struct Reference

Command data for the modify_alert command. More...

Collaboration diagram for modify_alert_data_t:
Collaboration graph

Data Fields

char * alert_id
 alert UUID. More...
 
char * name
 Name of alert. More...
 
char * comment
 Comment. 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 * condition
 Condition for alert, e.g. "Always". More...
 
array_t * condition_data
 Array of pointers. Extra data for condition. More...
 
char * method
 Method of alert, e.g. "Email". More...
 
array_t * method_data
 Array of pointer. Extra data for method. More...
 
char * part_data
 Second part of data during *_data: value. More...
 
char * part_name
 First part of data during *_data: name. More...
 

Detailed Description

Command data for the modify_alert command.

Definition at line 3160 of file omp.c.

Field Documentation

◆ alert_id

char* modify_alert_data_t::alert_id

alert UUID.

Definition at line 3162 of file omp.c.

◆ comment

char* modify_alert_data_t::comment

Comment.

Definition at line 3164 of file omp.c.

◆ condition

char* modify_alert_data_t::condition

Condition for alert, e.g. "Always".

Definition at line 3168 of file omp.c.

◆ condition_data

array_t* modify_alert_data_t::condition_data

Array of pointers. Extra data for condition.

Definition at line 3169 of file omp.c.

◆ event

char* modify_alert_data_t::event

Event that will cause alert.

Definition at line 3165 of file omp.c.

◆ event_data

array_t* modify_alert_data_t::event_data

Array of pointers. Extra data for event.

Definition at line 3166 of file omp.c.

◆ filter_id

char* modify_alert_data_t::filter_id

UUID of filter.

Definition at line 3167 of file omp.c.

◆ method

char* modify_alert_data_t::method

Method of alert, e.g. "Email".

Definition at line 3170 of file omp.c.

◆ method_data

array_t* modify_alert_data_t::method_data

Array of pointer. Extra data for method.

Definition at line 3171 of file omp.c.

◆ name

char* modify_alert_data_t::name

Name of alert.

Definition at line 3163 of file omp.c.

◆ part_data

char* modify_alert_data_t::part_data

Second part of data during *_data: value.

Definition at line 3172 of file omp.c.

◆ part_name

char* modify_alert_data_t::part_name

First part of data during *_data: name.

Definition at line 3173 of file omp.c.


The documentation for this struct was generated from the following file: