Shows the vulnerability count for an image.
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
imageSha |
Mandatory |
string |
Specify the SHA value of a specific image in the user’s scope. |
API request
curl -X GET
"<qualys_base_url>/csapi/v1.3/images/5d556c82899c/vuln/count" --header "Authorization: Bearer <token>"
Response
{
"severity5Count": 0,
"severity3Count": 0,
"severity4Count": 0,
"severity1Count": 0,
"severity2Count": 2
}