get_load_balancer_health_monitors
Retrieve load balancer health monitor configurations, optionally filtered by pool. Displays check intervals, timeouts, HTTP settings, and retry rules.
Instructions
Get health monitors, optionally filtered by pool.
Functions:
Lists all health monitors or monitors for a specific pool
Shows monitor types (HTTP, HTTPS, TCP, PING, UDP-CONNECT)
Displays health check intervals, timeouts, and retry settings
Provides HTTP-specific settings (method, URL path, expected codes)
Use when user requests:
"Show all health monitors"
"List health monitors for pool [name/id]"
"What health checks are configured?"
"Show health monitor configuration"
Args: pool_name_or_id: Optional pool name or ID to filter monitors (empty for all)
Returns: JSON string containing health monitor details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pool_name_or_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |