list_rules
Retrieve all firewall rules and their details for a specified Vultr firewall group using either ID or description for easy management.
Instructions
List all rules in a firewall group.
Args: firewall_group_id: The firewall group ID or description (e.g., "web-servers" or UUID)
Returns: List of firewall rules with details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
firewall_group_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"firewall_group_id": {
"title": "Firewall Group Id",
"type": "string"
}
},
"required": [
"firewall_group_id"
],
"type": "object"
}