Inbound Integration for Data Loss Prevention Incident Response
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 | |
Nota:
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.