Integrate with 3rd party
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2024 08:21 AM
We are currently wanting to integrate with a third party tool (DTonomy) but we only have the url, and an Authorization (API) key. How would we configure the REST API Call to set up authentication to connect to DTonomy?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2024 01:30 PM
Hi Sharad
Thanks very much for your response!
So depending on the filter that we set on the endpoint url for the GET HTTP Method, DTonomy returns multiple alerts. My issue is that I am not sure how to script this so that for each alert that is retrieved, we can transform each one of the alerts into separate security incidents. Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2024 02:58 PM
If the response payload from DTonomy API is in JSON array format, then you will need a script to parse through the payload and process each JSON. Search the SN community on how to import JSON response. I suggest to import data first into an import set table, use transform maps to either update an existing incident or create one.
Regards,
Sharad