Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Gets result of scans a specific scan based on query criteriascan Id.

Environment/Instance Properties

...

Maximum number of items returned. Defaults to 100 if not passed
Input NameInput CodeRequiredDescription
Scan IdFDACUNETIX_INP_SCAN_IDNoSpecific scan to filter for. Only accepts filtering of single scan. If a scan Id is given all other criteria is ignored.
Target IdFDACUNETIX_INP_TARGET_IDNoSpecific target to filter for. Only accepts filtering of single targets.
Threat LevelFDACUNETIX_INP_THREAT_LEVELNo

Level of severity to filter scans by. Multiple threats can be added and are comma-sperated.

3: High, 2: Medium, 1: Low, 0: Informational

Scan StatusFDACUNETIX_INP_SCAN_STATUSNoScan state to filter by. Multiple values can be added and are comma-seperated (completed, queued).
Scan Profile IdFDACUNETIX_INP_PROFILE_IDNoScan type to filter scans by. Multiple scan types can be added and are comma-seperated.
Target Group IdFDACUNETIX_INP_GROUP_IDNoTarget group to filter scans by. Multiple target groups can be added and are comma-seperated.
Starting IndexFDACUNETIX_INP_STARTING_INDEXNoCursor indicating which index is the head of the next batch of elements ( generally coupled with a limit)
LimitFDACUNETIX_INP_LIMITNo.

Outputs

Output NameDescription

FDACUNETIX_THREAT_LEVEL

The highest vulnerability threat level found in the scan. 
FDACUNETIX_STATUSThe status of the scan matching the scan Id.
FDACUNETIX_SEVERITY_COUNTSThe severity counts of the scan matching the scan Id.
FDACUNETIX_PROGRESSThe progress of the scan matching the scan Id.
FDACUNETIX_TARGETThe target of the scan matching the scan Id.

...