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
This document details how to create single or multiple Data Loss Prevention (DLP) incidents using the Inbound REST API in the ServiceNow platform. It is essential for organizations looking to efficiently manage DLP incidents through automated integration.
Show less
Key Features
- Create Single DLP Incident: Utilize a POST request to the endpoint
https://{instance}/api/now/import/sndlirincidentimport. Required parameters include application window title, assigned user, detection date, machine details, and more. - Create Multiple DLP Incidents: Send a POST request to
https://{instance}/api/now/import/sndlirincidentimport/insertMultiple. Parameterized payloads for multiple incidents allow batch processing by defining records in a single request. - Role Requirement: Users must have the role
sndlir.apiintegrationuserto perform these actions. - Asynchronous Transformation: By default, incident creation processes are asynchronous. Options for synchronous transformation are available with specific configuration steps.
Key Outcomes
By implementing the inbound integration, ServiceNow customers can streamline the creation and management of DLP incidents. This integration helps in enhancing incident response efficiency, ensuring timely action on data protection issues, and facilitating better tracking through clearly defined parameters and responses.
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.