OpenVAS Manager  7.0.3~git
create_report_data_t Struct Reference

Command data for the create_report command. More...

Collaboration diagram for create_report_data_t:
Collaboration graph

Data Fields

char * detail_name
 Name of current host detail. More...
 
char * detail_value
 Value of current host detail. More...
 
char * detail_source_name
 Name of source of current host detail. More...
 
char * detail_source_type
 Type of source of current host detail. More...
 
char * detail_source_desc
 Description of source of current detail. More...
 
array_t * details
 Host details. More...
 
char * host_end
 End time for a host. More...
 
char * host_end_host
 Host name for end time. More...
 
array_t * host_ends
 All host ends. More...
 
char * host_start
 Start time for a host. More...
 
char * host_start_host
 Host name for start time. More...
 
array_t * host_starts
 All host starts. More...
 
char * in_assets
 Whether to create assets from report. More...
 
char * ip
 Current host for host details. More...
 
char * result_description
 Description of NVT for current result. More...
 
char * result_host
 Host for current result. More...
 
char * result_nvt_oid
 OID of NVT for current result. More...
 
char * result_port
 Port for current result. More...
 
char * result_qod
 QoD value of current result. More...
 
char * result_qod_type
 QoD type of current result. More...
 
char * result_scan_nvt_version
 Version of NVT used in scan. More...
 
char * result_severity
 Severity score for current result. More...
 
char * result_threat
 Message type for current result. More...
 
array_t * results
 All results. More...
 
char * scan_end
 End time for a scan. More...
 
char * scan_start
 Start time for a scan. More...
 
char * task_comment
 Comment for container task. More...
 
char * task_id
 ID of container task. More...
 
char * task_name
 Name for container task. More...
 
char * type
 Type of report. More...
 
int wrapper
 Whether there was a wrapper REPORT. More...
 

Detailed Description

Command data for the create_report command.

Definition at line 1357 of file omp.c.

Field Documentation

◆ detail_name

char* create_report_data_t::detail_name

Name of current host detail.

Definition at line 1359 of file omp.c.

◆ detail_source_desc

char* create_report_data_t::detail_source_desc

Description of source of current detail.

Definition at line 1363 of file omp.c.

◆ detail_source_name

char* create_report_data_t::detail_source_name

Name of source of current host detail.

Definition at line 1361 of file omp.c.

◆ detail_source_type

char* create_report_data_t::detail_source_type

Type of source of current host detail.

Definition at line 1362 of file omp.c.

◆ detail_value

char* create_report_data_t::detail_value

Value of current host detail.

Definition at line 1360 of file omp.c.

◆ details

array_t* create_report_data_t::details

Host details.

Definition at line 1364 of file omp.c.

◆ host_end

char* create_report_data_t::host_end

End time for a host.

Definition at line 1365 of file omp.c.

◆ host_end_host

char* create_report_data_t::host_end_host

Host name for end time.

Definition at line 1366 of file omp.c.

◆ host_ends

array_t* create_report_data_t::host_ends

All host ends.

Definition at line 1367 of file omp.c.

◆ host_start

char* create_report_data_t::host_start

Start time for a host.

Definition at line 1368 of file omp.c.

◆ host_start_host

char* create_report_data_t::host_start_host

Host name for start time.

Definition at line 1369 of file omp.c.

◆ host_starts

array_t* create_report_data_t::host_starts

All host starts.

Definition at line 1370 of file omp.c.

◆ in_assets

char* create_report_data_t::in_assets

Whether to create assets from report.

Definition at line 1371 of file omp.c.

◆ ip

char* create_report_data_t::ip

Current host for host details.

Definition at line 1372 of file omp.c.

◆ result_description

char* create_report_data_t::result_description

Description of NVT for current result.

Definition at line 1373 of file omp.c.

◆ result_host

char* create_report_data_t::result_host

Host for current result.

Definition at line 1374 of file omp.c.

◆ result_nvt_oid

char* create_report_data_t::result_nvt_oid

OID of NVT for current result.

Definition at line 1375 of file omp.c.

◆ result_port

char* create_report_data_t::result_port

Port for current result.

Definition at line 1376 of file omp.c.

◆ result_qod

char* create_report_data_t::result_qod

QoD value of current result.

Definition at line 1377 of file omp.c.

◆ result_qod_type

char* create_report_data_t::result_qod_type

QoD type of current result.

Definition at line 1378 of file omp.c.

◆ result_scan_nvt_version

char* create_report_data_t::result_scan_nvt_version

Version of NVT used in scan.

Definition at line 1379 of file omp.c.

◆ result_severity

char* create_report_data_t::result_severity

Severity score for current result.

Definition at line 1380 of file omp.c.

◆ result_threat

char* create_report_data_t::result_threat

Message type for current result.

Definition at line 1381 of file omp.c.

◆ results

array_t* create_report_data_t::results

All results.

Definition at line 1382 of file omp.c.

◆ scan_end

char* create_report_data_t::scan_end

End time for a scan.

Definition at line 1383 of file omp.c.

◆ scan_start

char* create_report_data_t::scan_start

Start time for a scan.

Definition at line 1384 of file omp.c.

◆ task_comment

char* create_report_data_t::task_comment

Comment for container task.

Definition at line 1385 of file omp.c.

◆ task_id

char* create_report_data_t::task_id

ID of container task.

Definition at line 1386 of file omp.c.

◆ task_name

char* create_report_data_t::task_name

Name for container task.

Definition at line 1387 of file omp.c.

◆ type

char* create_report_data_t::type

Type of report.

Definition at line 1388 of file omp.c.

◆ wrapper

int create_report_data_t::wrapper

Whether there was a wrapper REPORT.

Definition at line 1389 of file omp.c.


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