Fetches details of an exception, such as scope, reason, explanation, QIDs, and list ID.
Parameter | Mandatory/Optional | Data Type | Description |
---|---|---|---|
exceptionId | Mandatory | string | Specify the ID or UUID of the exception. |
includeQids | Optional | Boolean |
Specify true if you want to include QIDs associated with the exception in the exception details. By default, the value is false. |
API Request
curl -X "GET"
"<qualys_base_url>/csapi/v1.3/exception/760b9868-8f41-4754-b51c-0d59d27e9945?includeQids=false"
-H "accept: application/json"
-H "Authorization: Bearer <token>"
Response
{
"exceptionId": "760b9868-8f41-4754-b51c-0d59d27e9945",
"name": "Test02",
"createdBy": "rq30",
"updatedBy": "rq30",
"created": "1687519907347",
"updated": "1687765454244",
"explanation": "ola",
"reason": "RISK_ACCEPTED",
"scope": "IMAGE",
"imageSelectionType": "STATIC",
"listId": "e236f17d-0ed2-4f5b-8bab-c4ae76b57f7b",
"startDate": "1687533496914",
"endDate": "4102358400000",
"qids": null
}
Was this topic helpful?