Accessing Workflows Through CLI and API
CLI Tool
Once created in the Verosint interface and exported (or manually created as JSON files), Workflows can be evaluated with the verosint
tool. For example:
verosint evaluate rules email:[email protected] --ruleSetFile myrules.json
API Reference
You can also interact with Workflows through the API endpoint. See the API reference.
Updated 3 months ago