OpenVAS Manager  7.0.3~git
get_reports_data_t Struct Reference

Command data for the get_reports command. More...

Collaboration diagram for get_reports_data_t:
Collaboration graph

Data Fields

get_data_t get
 Get args with result filtering. More...
 
get_data_t report_get
 Get args with report filtering. More...
 
char * delta_report_id
 ID of report to compare single report to. More...
 
char * format_id
 ID of report format. More...
 
char * alert_id
 ID of alert. More...
 
char * report_id
 ID of single report to get. More...
 
int host_first_result
 Skip over results before this result number. More...
 
int host_max_results
 Maximum number of results return. More...
 
char * host_levels
 Letter encoded threat level filter, for hosts. More...
 
char * host_search_phrase
 Search phrase result filter. More...
 
int notes_details
 Boolean. Whether to include details of above. More...
 
int overrides_details
 Boolean. Whether to include details of above. More...
 
char * type
 Type of report. More...
 
char * host
 Host for asset report. More...
 
char * pos
 Position of report from end. More...
 
int ignore_pagination
 Boolean. Whether to ignore pagination filters. More...
 

Detailed Description

Command data for the get_reports command.

Definition at line 2789 of file omp.c.

Field Documentation

◆ alert_id

char* get_reports_data_t::alert_id

ID of alert.

Definition at line 2795 of file omp.c.

◆ delta_report_id

char* get_reports_data_t::delta_report_id

ID of report to compare single report to.

Definition at line 2793 of file omp.c.

◆ format_id

char* get_reports_data_t::format_id

ID of report format.

Definition at line 2794 of file omp.c.

◆ get

get_data_t get_reports_data_t::get

Get args with result filtering.

Definition at line 2791 of file omp.c.

◆ host

char* get_reports_data_t::host

Host for asset report.

Definition at line 2804 of file omp.c.

◆ host_first_result

int get_reports_data_t::host_first_result

Skip over results before this result number.

Definition at line 2797 of file omp.c.

◆ host_levels

char* get_reports_data_t::host_levels

Letter encoded threat level filter, for hosts.

Definition at line 2799 of file omp.c.

◆ host_max_results

int get_reports_data_t::host_max_results

Maximum number of results return.

Definition at line 2798 of file omp.c.

◆ host_search_phrase

char* get_reports_data_t::host_search_phrase

Search phrase result filter.

Definition at line 2800 of file omp.c.

◆ ignore_pagination

int get_reports_data_t::ignore_pagination

Boolean. Whether to ignore pagination filters.

Definition at line 2806 of file omp.c.

◆ notes_details

int get_reports_data_t::notes_details

Boolean. Whether to include details of above.

Definition at line 2801 of file omp.c.

◆ overrides_details

int get_reports_data_t::overrides_details

Boolean. Whether to include details of above.

Definition at line 2802 of file omp.c.

◆ pos

char* get_reports_data_t::pos

Position of report from end.

Definition at line 2805 of file omp.c.

◆ report_get

get_data_t get_reports_data_t::report_get

Get args with report filtering.

Definition at line 2792 of file omp.c.

◆ report_id

char* get_reports_data_t::report_id

ID of single report to get.

Definition at line 2796 of file omp.c.

◆ type

char* get_reports_data_t::type

Type of report.

Definition at line 2803 of file omp.c.


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