Policy > Networking > Network Services > Advanced Load Balancing > Alb IP Addr Groups

Associated URIs:

API Description API Path

List ALBIpAddrGroup for infra


Paginated list of all ALBIpAddrGroup for infra.
GET /policy/api/v1/infra/alb-ip-addr-groups

Delete ALBIpAddrGroup and all the entities contained by this ALBIpAddrGroup


Delete the ALBIpAddrGroup along with all the entities contained
by this ALBIpAddrGroup.
DELETE /policy/api/v1/infra/alb-ip-addr-groups/<alb-ipaddrgroup-id>

Read ALBIpAddrGroup


Read a ALBIpAddrGroup.
GET /policy/api/v1/infra/alb-ip-addr-groups/<alb-ipaddrgroup-id>

Create or update a ALBipaddrgroup


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

Create or update a ALBIpAddrGroup


If a ALBIpAddrGroup with the alb-IpAddrGroup-id is not
already present, create a new ALBIpAddrGroup. If it already exists,
update the ALBIpAddrGroup. This is a full replace.
PUT /policy/api/v1/infra/alb-ip-addr-groups/<alb-ipaddrgroup-id>