get_triage_rule_by_id
Retrieve a specific triage rule by its ID to access detailed rule information. Enables efficient rule management and incident response within Binalyze AIR's digital forensics platform.
Instructions
Get a specific triage rule by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the triage rule to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the triage rule to retrieve",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}