|
Greenbone Vulnerability Management Libraries 22.23.0
|
Struct holding options for gmp create_task command. More...
#include <gmp.h>
Data Fields | |
| array_t * | alert_ids |
| Array of alert IDs. | |
| const char * | config_id |
| ID of config. | |
| const char * | scanner_id |
| ID of task scanner. | |
| const char * | schedule_id |
| ID of task schedule. | |
| const char * | slave_id |
| ID of task schedule. | |
| const char * | target_id |
| ID of target. | |
| const char * | name |
| Name of task. | |
| const char * | comment |
| Comment on task. | |
| const char * | hosts_ordering |
| Order for scanning target hosts. | |
| const char * | observers |
| Comma-separated string of observer users. | |
| array_t * | observer_groups |
| IDs of observer groups. | |
| int | schedule_periods |
| Number of periods the schedule must run for. | |
| const char * | in_assets |
| In assets preference. | |
| const char * | max_hosts |
| Max hosts preference. | |
| const char * | max_checks |
| Max checks preference. | |
| const char * | source_iface |
| Source iface preference. | |
| int | alterable |
| Whether the task is alterable. | |
Struct holding options for gmp create_task command.
| array_t* gmp_create_task_opts_t::alert_ids |
Array of alert IDs.
| int gmp_create_task_opts_t::alterable |
Whether the task is alterable.
| const char* gmp_create_task_opts_t::comment |
Comment on task.
| const char* gmp_create_task_opts_t::config_id |
ID of config.
| const char* gmp_create_task_opts_t::hosts_ordering |
Order for scanning target hosts.
| const char* gmp_create_task_opts_t::in_assets |
In assets preference.
| const char* gmp_create_task_opts_t::max_checks |
Max checks preference.
| const char* gmp_create_task_opts_t::max_hosts |
Max hosts preference.
| const char* gmp_create_task_opts_t::name |
Name of task.
| array_t* gmp_create_task_opts_t::observer_groups |
IDs of observer groups.
| const char* gmp_create_task_opts_t::observers |
Comma-separated string of observer users.
| const char* gmp_create_task_opts_t::scanner_id |
ID of task scanner.
| const char* gmp_create_task_opts_t::schedule_id |
ID of task schedule.
| int gmp_create_task_opts_t::schedule_periods |
Number of periods the schedule must run for.
| const char* gmp_create_task_opts_t::slave_id |
ID of task schedule.
| const char* gmp_create_task_opts_t::source_iface |
Source iface preference.
| const char* gmp_create_task_opts_t::target_id |
ID of target.