OpenVAS Manager
7.0.3~git
|
Command data for a get command. More...
#include <manage.h>
Data Fields | |
int | details |
Boolean. Whether to include full details. More... | |
char * | filt_id |
Filter ID. Overrides "filter". More... | |
char * | filter |
Filter term. More... | |
char * | filter_replace |
Column to replace in filter. More... | |
char * | filter_replacement |
Filter term to replace the one in filt_id. More... | |
char * | id |
ID of single item to get. More... | |
int | trash |
Boolean. Whether to return from trashcan. More... | |
gchar * | type |
Type of resource. More... | |
gchar * | subtype |
Subtype, or NULL. More... | |
int | ignore_max_rows_per_page |
Whether to ignore the Max Rows Per Page setting. More... | |
int | ignore_pagination |
Whether to ignore the pagination (first and max). More... | |
int | minimal |
Whether to respond with minimal information. More... | |
int get_data_t::details |
char* get_data_t::filt_id |
Filter ID. Overrides "filter".
Definition at line 313 of file manage.h.
Referenced by get_data_reset().
char* get_data_t::filter |
Filter term.
Definition at line 314 of file manage.h.
Referenced by get_data_reset(), and resource_count().
char* get_data_t::filter_replace |
Column to replace in filter.
Definition at line 315 of file manage.h.
Referenced by get_data_reset().
char* get_data_t::filter_replacement |
Filter term to replace the one in filt_id.
Definition at line 316 of file manage.h.
Referenced by get_data_reset().
char* get_data_t::id |
int get_data_t::ignore_max_rows_per_page |
int get_data_t::ignore_pagination |
int get_data_t::minimal |
gchar* get_data_t::subtype |
int get_data_t::trash |
Boolean. Whether to return from trashcan.
Definition at line 318 of file manage.h.
Referenced by resource_count().
gchar* get_data_t::type |