get_load_balancer_details
Retrieve and display comprehensive details of an OpenStack load balancer, including VIP configuration, listeners with protocols and ports, pool members, and provisioning status.
Instructions
Get detailed information about a specific OpenStack load balancer.
Functions:
Shows comprehensive load balancer details including VIP configuration
Lists all listeners with their protocols and ports
Shows pools and members for each listener
Displays health monitor information if configured
Provides provisioning and operating status
Use when user requests:
"Show details for load balancer [name/id]"
"Get load balancer configuration"
"Show load balancer listeners and pools"
"What's the status of load balancer [name]?"
Args: lb_name_or_id: Load balancer name or ID to query
Returns: JSON string containing detailed load balancer information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lb_name_or_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |