OpenVAS Manager  7.0.3~git
get_system_reports_data_t Struct Reference

Command data for the get_system_reports command. More...

Collaboration diagram for get_system_reports_data_t:
Collaboration graph

Data Fields

int brief
 Boolean. Whether respond in brief. More...
 
char * name
 Name of single report to get. More...
 
char * duration
 Duration into the past to report on. More...
 
char * end_time
 Time of the last data point to report on. More...
 
char * slave_id
 Slave that reports apply to, 0 for local Manager. More...
 
char * start_time
 Time of the first data point to report on. More...
 

Detailed Description

Command data for the get_system_reports command.

Definition at line 2973 of file omp.c.

Field Documentation

◆ brief

int get_system_reports_data_t::brief

Boolean. Whether respond in brief.

Definition at line 2975 of file omp.c.

◆ duration

char* get_system_reports_data_t::duration

Duration into the past to report on.

Definition at line 2977 of file omp.c.

◆ end_time

char* get_system_reports_data_t::end_time

Time of the last data point to report on.

Definition at line 2978 of file omp.c.

◆ name

char* get_system_reports_data_t::name

Name of single report to get.

Definition at line 2976 of file omp.c.

◆ slave_id

char* get_system_reports_data_t::slave_id

Slave that reports apply to, 0 for local Manager.

Definition at line 2979 of file omp.c.

◆ start_time

char* get_system_reports_data_t::start_time

Time of the first data point to report on.

Definition at line 2980 of file omp.c.


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