Get Incident Details
GET/v2/api/incidents/:incidentID
Similarly to how you can view DLP Incidents on Panorama, you can view your DLP incidents programatically. The API retrieves all DLP incidents which you can filter using the query parameters. When using the API note:
- If you are using multiple filtering parameters such as report ID, user ID, file SHA, and channel, all are combined via an "AND" operation
- All filters are exact matches
- Fields with null values are not included in the response.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error