Policy > Networking > Network Services > Advanced Load Balancing > Alb Health Monitors

List ALBHealthMonitor for infra

Paginated list of all ALBHealthMonitor for infra.
This API is only available when using VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/alb-health-monitors
Request Headers:
n/a
Query Parameters:
PolicyListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/alb-health-monitors

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBHealthMonitorApiResponse+

Example Response:

{ "results": [ { "_create_time": 1591593877373, "_create_user": "admin", "_last_modified_time": 1591593877375, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "allow_duplicate_monitors": false, "description": "CREATE HM", "disable_quickstart": false, "display_name": "httpMonitor", "failed_checks": 2, "http_monitor": { "exact_http_request": false, "http_request": "GET / HTTP/1.0", "http_response_code": [ "HTTP_2XX" ] }, "id": "httpMonitor", "is_federated": false, "marked_for_delete": false, "monitor_port": 8000, "name": "httpMonitor", "overridden": false, "parent_path": "/infra", "path": "/infra/alb-health-monitors/httpMonitor", "receive_timeout": 4, "relative_path": "httpMonitor", "resource_type": "HealthMonitor", "send_interval": 10, "successful_checks": 2, "type": "HEALTH_MONITOR_HTTP", "unique_id": "f24ffab8-e7b6-4394-b1d7-f6d7320200d1" } ] }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: