|
Greenbone Vulnerability Management Libraries 22.32.0
|
Struct holding options for gmp get_system_reports command. More...
#include <gmp.h>

Data Fields | |
| const char * | name |
| Name of report. | |
| const char * | duration |
| Duration. | |
| const char * | start_time |
| Time of first data point. | |
| const char * | end_time |
| Time of last data point. | |
| const char * | slave_id |
| ID of the slave to get report from. | |
| int | brief |
| Brief flag. | |
| const char* gmp_get_system_reports_opts_t::duration |
| const char* gmp_get_system_reports_opts_t::end_time |
Time of last data point.
Definition at line 225 of file gmp.h.
Referenced by gmp_get_system_reports_ext().
| const char* gmp_get_system_reports_opts_t::name |
| const char* gmp_get_system_reports_opts_t::slave_id |
ID of the slave to get report from.
Definition at line 226 of file gmp.h.
Referenced by gmp_get_system_reports_ext().
| const char* gmp_get_system_reports_opts_t::start_time |
Time of first data point.
Definition at line 224 of file gmp.h.
Referenced by gmp_get_system_reports_ext().