get_firewall_rule
Retrieve detailed information about a specific firewall rule by providing its UUID using this tool, designed for managing OPNSense firewalls efficiently.
Instructions
Get firewall rule details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Firewall rule UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Firewall rule UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}