Integrating with Soveren¶
Soveren provides a number of integration options: creating tasks in Jira, sending alerts to Slack or webhooks, and Object API.
Event based integrations¶
Integrations with Jira, Slack and webhooks are all based on events produced by Soveren.
-
Event objects
Events in Soveren are structured as JSON messages. You can process those messages in your systems, to create tasks or customized alerts.
-
Jira
Integration with Jira allows you to open a ticket directly from an event, such as a policy violation, and populate it with all relevant details.
-
Slack
Integration with Slack comes in handy when you need to notify certain people right away if something requires immediate attention.
-
Webhook
Webhooks allow you to use information from Soveren events in other automation tools, such as process management or risk management systems.
API based integrations¶
In addition to events, Soveren provides an API that allows direct interaction with various aspects of the product without using the UI.
-
Object API
The Object API allows users to extract information about all discovered services, the flows between them, and the detected data types.