Fetch Exceptions Associated with an Image (403 res...???)

Fetches vulnerability exceptions associated with an image.

GET/csapi/v1.3/images/{imageSha}/exceptions

Input ParametersInput Parameters

Parameter Mandatory/Optional Data Type Description
imageSha Mandatory string Specify the SHA value of the image.

Sample: Fetch Exceptions Associated with an ImageSample: Fetch Exceptions Associated with an Image

API Request

curl -X "GET"
"<qualys_base_url>/csapi/v1.3/images/9bfbb2de033f1646f63fcdad40a89b13915f0673aa19ae5494b34a826bc9935b/exceptions"
-H "accept: application/json"
-H "Authorization: Bearer <token>"

Response

{
    "data": [
        {
            "uuid": "77116d5b-aaa0-4dba-a334-9fe6a6f0dd98",
            "name": "Future_Exception",
            "createdBy": "rq30",
            "created": "1688364403483",
            "updatedBy": "rq30",
            "updated": "1688364723810",
            "reason": "RISK_ACCEPTED",
            "explanation": "Okay",
            "scope": null,
            "listId": "5a131be0-4a50-4233-b96d-1209f4c44ed1",
            "startDate": "1688389200000",
            "endDate": "4102358400000"
        }
    ],
    "count": 1,
    "groups": null
}