Listing Impacted Hosts in a Host Scan
View a list of the vulnerabilities for a host in a compartment for a specific host vulnerability ID.
This task can't be performed using the Console.
Use the oci vulnerability-scanning host vulnerability list-impacted-hosts command and required parameters to view a list of the vulnerabilities for a host in a compartment for a specific host vulnerability ID:
export host_vulnerability_id=<substitute-value-of-host_vulnerability_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/vulnerability-scanning/host/vulnerability/list-impacted-hosts.html#cmdoption-host-vulnerability-id oci vulnerability-scanning host vulnerability list-impacted-hosts --host-vulnerability-id $host_vulnerability_id
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the ListHostVulnerabilityImpactedHosts operation to view a list of the vulnerabilities for a host in a compartment for a specific host vulnerability ID.