Greenbone Vulnerability Management Libraries  10.0.0
gmp_get_system_reports_opts_t Struct Reference

Struct holding options for gmp get_system_reports command. More...

#include <gmp.h>

Collaboration diagram for gmp_get_system_reports_opts_t:
Collaboration graph

Data Fields

const char * name
 Name of report. More...
 
const char * duration
 Duration. More...
 
const char * start_time
 Time of first data point. More...
 
const char * end_time
 Time of last data point. More...
 
const char * slave_id
 ID of the slave to get report from. More...
 
int brief
 Brief flag. More...
 

Detailed Description

Struct holding options for gmp get_system_reports command.

Definition at line 235 of file gmp.h.

Field Documentation

◆ brief

int gmp_get_system_reports_opts_t::brief

Brief flag.

Definition at line 242 of file gmp.h.

◆ duration

const char* gmp_get_system_reports_opts_t::duration

Duration.

Definition at line 238 of file gmp.h.

Referenced by gmp_get_system_reports_ext().

◆ end_time

const char* gmp_get_system_reports_opts_t::end_time

Time of last data point.

Definition at line 240 of file gmp.h.

Referenced by gmp_get_system_reports_ext().

◆ name

const char* gmp_get_system_reports_opts_t::name

Name of report.

Definition at line 237 of file gmp.h.

Referenced by gmp_get_system_reports_ext().

◆ slave_id

const char* gmp_get_system_reports_opts_t::slave_id

ID of the slave to get report from.

Definition at line 241 of file gmp.h.

Referenced by gmp_get_system_reports_ext().

◆ start_time

const char* gmp_get_system_reports_opts_t::start_time

Time of first data point.

Definition at line 239 of file gmp.h.

Referenced by gmp_get_system_reports_ext().


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