OpenVAS Manager  7.0.3~git
get_nvts_data_t Struct Reference

Command data for the get_nvts command. More...

Collaboration diagram for get_nvts_data_t:
Collaboration graph

Data Fields

char * config_id
 ID of config to which to limit NVT selection. More...
 
char * preferences_config_id
 ID of config to get preference values from. More...
 
int details
 Boolean. Whether to include full NVT details. More...
 
char * family
 Name of family to which to limit NVT selection. More...
 
char * nvt_oid
 Name of single NVT to get. More...
 
int preference_count
 Boolean. Whether to include NVT preference count. More...
 
int preferences
 Boolean. Whether to include NVT preferences. More...
 
char * sort_field
 Field to sort results on. More...
 
int sort_order
 Result sort order: 0 descending, else ascending. More...
 
int timeout
 Boolean. Whether to include timeout preference. More...
 

Detailed Description

Command data for the get_nvts command.

Definition at line 2640 of file omp.c.

Field Documentation

◆ config_id

char* get_nvts_data_t::config_id

ID of config to which to limit NVT selection.

Definition at line 2642 of file omp.c.

◆ details

int get_nvts_data_t::details

Boolean. Whether to include full NVT details.

Definition at line 2644 of file omp.c.

◆ family

char* get_nvts_data_t::family

Name of family to which to limit NVT selection.

Definition at line 2645 of file omp.c.

◆ nvt_oid

char* get_nvts_data_t::nvt_oid

Name of single NVT to get.

Definition at line 2646 of file omp.c.

◆ preference_count

int get_nvts_data_t::preference_count

Boolean. Whether to include NVT preference count.

Definition at line 2647 of file omp.c.

◆ preferences

int get_nvts_data_t::preferences

Boolean. Whether to include NVT preferences.

Definition at line 2648 of file omp.c.

◆ preferences_config_id

char* get_nvts_data_t::preferences_config_id

ID of config to get preference values from.

Definition at line 2643 of file omp.c.

◆ sort_field

char* get_nvts_data_t::sort_field

Field to sort results on.

Definition at line 2649 of file omp.c.

◆ sort_order

int get_nvts_data_t::sort_order

Result sort order: 0 descending, else ascending.

Definition at line 2650 of file omp.c.

◆ timeout

int get_nvts_data_t::timeout

Boolean. Whether to include timeout preference.

Definition at line 2651 of file omp.c.


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