Policy > Networking > Network Services > Advanced Load Balancing > Alb Pools

Associated URIs:

API Description API Path

List ALBPool for infra


Paginated list of all ALBPool for infra.
GET /policy/api/v1/infra/alb-pools

Delete ALBPool and all the entities contained by this ALBPool


Delete the ALBPool along with all the entities contained
by this ALBPool.
DELETE /policy/api/v1/infra/alb-pools/<alb-pool-id>

Read ALBPool


Read a ALBPool.
GET /policy/api/v1/infra/alb-pools/<alb-pool-id>

Create or update a ALBpool


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

Create or update a ALBPool


If a ALBPool with the alb-Pool-id is not
already present, create a new ALBPool. If it already exists,
update the ALBPool. This is a full replace.
PUT /policy/api/v1/infra/alb-pools/<alb-pool-id>