Use the query parameters to return the incident details.
Headers
Parameter name | Description | Required | Values |
|---|---|---|---|
Authorization | User credentials for ePO - On-prem. | Required | |
Accept | Format of the data to be returned. | Optional | The default value is application/json. |
incidentNature={n} | Incidents generated for data-in-use/motion and data-at-rest can have the same incident IDs. Specify n to differentiate the incident nature. Based on the data vectors, {n} can be:
| Required | Number |
Sample GET request URL
https://172.27.108.53:8443/rest/dlp/incidents/18?incidentNature=1
Sample cURL command
curl -k -v -X GET 'https://ePO-url:ePO-port/rest/dlp/incidents/18?incidentNature=1' -u '<user>:<password>'