get_load_balancer_list
Retrieve a detailed list of OpenStack load balancers including VIP, status, and listeners. Supports pagination for large environments.
Instructions
Retrieve comprehensive list of OpenStack load balancers with detailed information.
Functions:
Lists all load balancers in the OpenStack cluster
Provides detailed load balancer information including VIP, status, listeners
Supports pagination for large environments (limit/offset)
Shows listener count and basic listener information for each load balancer
Displays provisioning and operating status for troubleshooting
Use when user requests:
"Show me all load balancers"
"List load balancers with details"
"What load balancers are available?"
"Show load balancer status"
Args:
limit: Maximum load balancers to return (1-200, default: 50)
offset: Number of load balancers to skip for pagination (default: 0)
include_all: Return all load balancers ignoring limit/offset (default: False)
Returns: JSON string containing load balancer details with summary statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| include_all | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |