Greenbone Vulnerability Management Libraries 22.18.1
|
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. | |
Struct holding options for gmp get_system_reports command.
int gmp_get_system_reports_opts_t::brief |
Brief flag.
const char* gmp_get_system_reports_opts_t::duration |
Duration.
const char* gmp_get_system_reports_opts_t::end_time |
Time of last data point.
const char* gmp_get_system_reports_opts_t::name |
Name of report.
const char* gmp_get_system_reports_opts_t::slave_id |
ID of the slave to get report from.
const char* gmp_get_system_reports_opts_t::start_time |
Time of first data point.