Health Monitor APIs

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'}}
    

Contact Info: https://support.broadcom.com
Version: 30.2.1
BasePath:/api
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Operations
DELETE
DELETE /healthmonitor/{uuid}
GET
GET /healthmonitor
GET
GET /healthmonitor/{uuid}
GET
GET /healthmonitor/{uuid}/federated_info/
PATCH
PATCH /healthmonitor/{uuid}
POST
POST /healthmonitor
PUT
PUT /healthmonitor/{uuid}