list_firewall_rules
Retrieve firewall rules configured for a specific Vultr load balancer to manage network security policies and access controls.
Instructions
List firewall rules for a load balancer.
Args: load_balancer_id: The load balancer ID or label (e.g., "web-lb", "api-load-balancer", or UUID)
Returns: List of firewall rules
Input Schema
Name | Required | Description | Default |
---|---|---|---|
load_balancer_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"load_balancer_id": {
"title": "Load Balancer Id",
"type": "string"
}
},
"required": [
"load_balancer_id"
],
"type": "object"
}