Inbound Integration for Data Loss Prevention Incident Response
Summarize
Summarized using AI
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.
Summary of Inbound Integration for Data Loss Prevention Incident Response
The Inbound REST API allows ServiceNow customers to create single or multiple Data Loss Prevention (DLP) incidents efficiently. This integration is crucial for automating incident management and enhancing response capabilities to data loss events.
Show less
Key Features
- Create Single DLP Incident: Use the POST method to submit a single incident by defining necessary parameters such as application window title, assigned user, and relevant file details.
- Create Multiple DLP Incidents: Submit multiple incidents in a single request using the insertMultiple endpoint, streamlining the process further by including multiple records in the payload.
- Asynchronous Transformation: By default, incident transformation occurs asynchronously, but can be set to synchronous if required.
Key Outcomes
By leveraging this integration, customers can expect to automate the creation and management of DLP incidents, reduce manual entry errors, and ensure timely response to data loss threats. The API responses confirm successful submissions and provide reference information for tracking incidents.
Create single or multiple DLP incidents by using the Inbound REST API.
Create a single DLP incident
Role required: sn_dlir.api_integration_user.
To create a single DLP incident, define the following parameters as necessary:
| 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.
To create multiple DLP incidents from the same request, define the following parameters as
necessary:
| Field | Description |
|---|---|
| HTTP Method | POST |
| URL | https://{instance}/api/now/import/sn_dlir_incident_import/insertMultiple |
| Request Header |
|
| Sample Payload | |
| Sample Response | |
Note:
By default, the transformation is asynchronous. To set synchronous
transformation, create a new record in the REST Insert Multiples
[sys_rest_insert_multiple] table, select the source table as
sn_dlir_incident_import, and set the transformation to
synchronous.