Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Groups

Associated URIs:

API Description API Path

List ALBPoolGroup for infra


Paginated list of all ALBPoolGroup for infra.
GET /policy/api/v1/infra/alb-pool-groups

Delete ALBPoolGroup and all the entities contained by this ALBPoolGroup


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

Read ALBPoolGroup


Read a ALBPoolGroup.
GET /policy/api/v1/infra/alb-pool-groups/<alb-poolgroup-id>

Create or update a ALBpoolgroup


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

Create or update a ALBPoolGroup


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