Download Host Scan Results
GET/api/v32.07/hosts/download
x-prisma-cloud-target-env: {"permission":"monitorHosts"}
Downloads all host scan reports in CSV format.
This endpoint maps to the CSV hyperlink in Monitor > Vulnerabilities > Hosts > Running hosts in the Console UI.
Note: The query parameters fields
, complianceID
and normalizedSeverity
are not supported for this API endpoint.
cURL Request
Refer to the following example cURL command that downloads all host scan reports to a CSV file called hosts_report.csv
:
curl -k \
-u <USER> \
-H 'Content-Type: text/csv' \
-X GET -o hosts_report.csv \
https://<CONSOLE>/api/v<VERSION>/hosts/download
A successful response displays the status of the download.
Request
Query Parameters
Offsets the result to a specific report count. Offset starts from 0.
Limit is the amount to fix.
Sorts the result using a key.
Sorts the result in reverse order.
Filters the result based on hostnames.
Filters the result based on OS distribution names.
Provides the minimal image data. Information about vulnerabilities, compliance, and extended image metadata are skipped. Default is false.
Filters the result based on cluster names.
Filters the result based on compliance IDs.
Filters the result based on applied compliance rule name.
Retrieves the host names that were scanned by the agentless scanner.
Filters only images scanned by CSA.
Retrieves the host names that were skipped during an agentless scan. Default is false.
Retrieves the result in the normalized form of low, medium, high, and critical based on vulnerability's severity level. Default is false.
Filters results by uaiID.
Possible values: [vulnerabilities,compliance,
]
Filters results by issue type.
Responses
- 200
- default
OK