Incident History
example

Example HTTP request

Retrieve the history of an incident by ID.
Request method and path
GET /incidents/{id}/history

Example HTTP response

Response 200
[ { "internationalized": true, "incidentHistoryDate": "2019-08-01T13:40:40.23", "policyGroupId": 11571, "incidentHistoryDetail": "incident.status.New", "incidentHistoryActionI18nKey": "data.constants.incidentActionType.statusChanged", "dlpUserName": "Administrator", "incidentHistoryAction": "SET_STATUS", "messageSource": "DISCOVER", "messageDate": "2019-08-01T04:21:29", "incidentId": 2147523338, "detectionServerName": "Monitor One" }, { "internationalized": true, "incidentHistoryDate": "2019-08-01T13:40:23.566", "policyGroupId": 11571, "incidentHistoryDetail": "incidentDetail.messageBlobsProcessor.discardOriginalMsg.discardAllAttachments", "incidentHistoryActionI18nKey": "data.constants.incidentActionType.dataDiscarded", "dlpUserName": "Administrator", "incidentHistoryAction": "MESSAGE_NOT_RETAINED", "messageSource": "DISCOVER", "messageDate": "2019-08-01T04:21:29", "incidentId": 2147523338, "detectionServerName": "Monitor One" }, { "internationalized": true, "incidentHistoryDate": "2019-08-01T13:40:23.566", "policyGroupId": 11571, "incidentHistoryDetail": "incident.severity.High", "incidentHistoryActionI18nKey": "data.constants.incidentActionType.severityChanged", "dlpUserName": "Administrator", "incidentHistoryAction": "SET_SEVERITY", "messageSource": "DISCOVER", "messageDate": "2019-08-01T04:21:29", "incidentId": 2147523338, "detectionServerName": "Monitor One" }, { "internationalized": false, "incidentHistoryDate": "2019-08-01T13:40:23.566", "policyGroupId": 11571, "incidentHistoryActionI18nKey": "data.constants.incidentActionType.detected", "dlpUserName": "Administrator", "incidentHistoryAction": "DETECTED", "messageSource": "DISCOVER", "messageDate": "2019-08-01T04:21:29", "incidentId": 2147523338, "detectionServerName": "Monitor One" } ]