Access Rule Sets Through CLI and API
CLI Tool
Once created in the Verosint interface, Rule sets can be evaluated with the verosint tool.
First, capture the Rule set UUID to the clipboard:
Next - in a terminal window - use the following example to evaluate the Rule set from the command-line:
verosint evaluate rules --ruleSetUuid <rule set uuid> email:[email protected]API Reference
You can also interact with Rule sets through the API endpoint. See the API reference.
Updated 17 days ago