Skip to main content

SIEM and external systems integrations

If an export from Bravura Safe is required for use in another system, helpful data can be obtained from the exports via the API and CLI.

Bravura Safe RESTful APIs can provide the following with regard to Team structure:

  • GET /public/members returns the members, ids and assigned groupids

  • GET /public/groups returns all the groups, ids, assigned Collections and their permissions

  • GET /public/collections returns all Collections and their assigned groups

Then, the CLI bsafe list command can be used to obtain these in JSON format:

  • Team members

  • Items

  • Collections

  • Groups

With this data collected, you can now join rows on the unique ids to create a reference to all parts of your Bravura Safe instance.

For more information, see Bravura Safe CLI .