What's New and What's Changed in Symantec Data Loss Prevention 15.x DOC10601 https://support.symantec.com/us/en/article.doc10601.html
Enforce Server and platform features Table 1-5 New and changed Enforce Server and platform features for Symantec Data Loss Prevention 15.7
New incident reporting APIs based on REST Data Loss Prevention 15.7 makes available a set of public RESTful APIs for incident reporting. You can use the REST APIs to integrate incident data with other applications to provide dynamic reporting, create a custom incident remediation process, or support business processes that rely on DLP incidents. The new REST APIs replace the capabilities of the Incident Reporting and Update API, which was based on SOAP technology. REST APIs are generally better performing and easier to use that SOAP-based APIs. While the SOAP-based APIs for incident reporting are still supported, new integrations requiring custom incident reporting should leverage theREST-based APIs. The Incident Reporting and Update SOAP APIs are deprecated in Data Loss Prevention 15.7. For more information about the incident reporting REST APIs, refer to the DLP 15.7 REST API documentation.
Symantec™ Data Loss Prevention 15.7 REST API Guide https://apidocs.symantec.com/home/DLP15.7
SOAP-based Incident Reporting and Update API, and Incident Data Views The SOAP-based version of the Incident Reporting and Update API and Incident Data Views are deprecated.
Hi Alex
Thanks i have able to update an incident attributes
but now for the queryincidents what the body should look like in order to query incidents ?
Thanks
Have you seen
IncidentUpdateRequest
https://apidocs.symantec.com/home/DLP15.7#_incidentupdaterequest
Theres a property you can fill
incidentCustomAttributes
So you need to find out which (columnIndex) it is first.
Yes , i am using postman , and javascript as well
I haven't had a chance to make much progress yet but I'm planning on making a PowerShell Module:
DLP - API - PowerShell https://www.symantec.com/connect/articles/dlp-api-powershell
Are you just testing in Postman?
Do you made an example for how to use this new Restful API ? I am trying to do something with it for testing , only , i am able to get requests from DLP. but still didnt figure out for updating an attribute or so .