get_load_balancer_pools
Retrieve load balancer pools with optional listener filter. View pool protocols, algorithms, member status, and associated health monitors.
Instructions
Get load balancer pools, optionally filtered by listener.
Functions:
Lists all pools or pools for a specific listener
Shows pool protocols, load balancing algorithms
Displays members in each pool with their status
Provides health monitor associations
Use when user requests:
"Show all load balancer pools"
"List pools for listener [name/id]"
"What pools are configured on [listener_name]?"
"Show pool members and their status"
Args: listener_name_or_id: Optional listener name or ID to filter pools
Returns: JSON string containing pool details with member information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listener_name_or_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |