list_forwarding_rules
Retrieve all forwarding rules configured for a specified Vultr load balancer to manage traffic routing and application access.
Instructions
List forwarding 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 forwarding 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"
}