Inbound Integration for Data Loss Prevention Incident Response
Summarize
Summary of Inbound Integration for Data Loss Prevention Incident Response
The Inbound Integration for Data Loss Prevention (DLP) Incident Response allows ServiceNow customers to create DLP incidents using the Inbound REST API. This capability is essential for organizations looking to streamline their incident management processes and ensure timely responses to data loss incidents.
Show less
Key Features
Customers can create either a single DLP incident or multiple incidents in one request, requiring the role of sndlir.apiintegrationuser for access. The following parameters are essential for each method:
- Single Incident Creation: Uses the POST method with a specified URL to create a single incident, requiring defined parameters in the payload such as applicationwindowtitle, assignedto, and detectiondate.
- Multiple Incident Creation: Allows for batch incident creation with a similar POST method, using a payload that includes an array of records, each containing fields like filename, dataowneremail, and policyname.
Key Outcomes
Upon successful requests, customers receive responses that include important identifiers like importset and sysid for tracking the incidents created. Additionally, the integration supports asynchronous transformation by default, with an option to set it to synchronous by modifying the relevant record in the sysrestinsertmultiple table.
Create single or multiple DLP incidents by using the Inbound REST API.
Create a single DLP incident
Role required: sn_dlir.api_integration_user.
| Field | Description |
|---|---|
| HTTP Method | POST |
| URL | https://{instance}/api/now/import/sn_dlir_incident_import |
| Request Header |
|
| Sample Payload | |
| Sample Response | |
Create multiple DLP incidents
Role required: sn_dlir.api_integration_user.
| Field | Description |
|---|---|
| HTTP Method | POST |
| URL | https://{instance}/api/now/import/sn_dlir_incident_import/insertMultiple |
| Request Header |
|
| Sample Payload | |
| Sample Response | |