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

Associated URIs:

API Description API Path

List ALBHealthMonitor for infra


Paginated list of all ALBHealthMonitor for infra.
GET /policy/api/v1/infra/alb-health-monitors

Delete ALBHealthMonitor and all the entities contained by this ALBHealthMonitor


Delete the ALBHealthMonitor along with all the entities contained
by this ALBHealthMonitor.
DELETE /policy/api/v1/infra/alb-health-monitors/<alb-healthmonitor-id>

Read ALBHealthMonitor


Read a ALBHealthMonitor.
GET /policy/api/v1/infra/alb-health-monitors/<alb-healthmonitor-id>

Create or update a ALBhealthmonitor


If a ALBhealthmonitor with the alb-healthmonitor-id is not already present,
create a new ALBhealthmonitor. If it already exists, update the
ALBhealthmonitor. This is a full replace.
PATCH /policy/api/v1/infra/alb-health-monitors/<alb-healthmonitor-id>

Create or update a ALBHealthMonitor


If a ALBHealthMonitor with the alb-HealthMonitor-id is not
already present, create a new ALBHealthMonitor. If it already exists,
update the ALBHealthMonitor. This is a full replace.
PUT /policy/api/v1/infra/alb-health-monitors/<alb-healthmonitor-id>