find_firewall_rules
Search and locate specific firewall rules in OPNSense by their description for efficient configuration and management of network security settings.
Instructions
Find firewall rules by description
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | Yes | Description to search for |
Input Schema (JSON Schema)
{
"properties": {
"description": {
"description": "Description to search for",
"type": "string"
}
},
"required": [
"description"
],
"type": "object"
}