Health Monitor APIs
Avi HealthMonitor object api
- configure healthmonitor <key>
- show healthmonitor <key>
Examples
- healthmonitor_example: To create a basic HTTP health monitor that uses GET / to determine if the service is alive
{'name': 'http-hmon', 'send_interval': 10, 'receive_timeout': 4, 'failed_checks': 3, 'type': 'HEALTH_MONITOR_HTTP', 'http_monitor': {'http_request': 'GET / HTTP/1.0'}}
API permission: PERMISSION_HEALTHMONITOR Contact Info: https://support.broadcom.com
Version: 30.2.2
BasePath: /api
Operations
GET
GET /healthmonitor
POST
POST /healthmonitor
GET
GET /healthmonitor/{uuid}
PUT
PUT /healthmonitor/{uuid}
PATCH
PATCH /healthmonitor/{uuid}
DELETE
DELETE /healthmonitor/{uuid}
GET
GET /healthmonitor/{uuid}/federated_info/