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

Associated URIs:

API Description API Path

List ALBStringGroup for infra


Paginated list of all ALBStringGroup for infra.
GET /policy/api/v1/infra/alb-string-groups

Delete ALBStringGroup and all the entities contained by this ALBStringGroup


Delete the ALBStringGroup along with all the entities contained
by this ALBStringGroup.
DELETE /policy/api/v1/infra/alb-string-groups/<alb-stringgroup-id>

Read ALBStringGroup


Read a ALBStringGroup.
GET /policy/api/v1/infra/alb-string-groups/<alb-stringgroup-id>

Create or update a ALBstringgroup


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

Create or update a ALBStringGroup


If a ALBStringGroup with the alb-StringGroup-id is not
already present, create a new ALBStringGroup. If it already exists,
update the ALBStringGroup. This is a full replace.
PUT /policy/api/v1/infra/alb-string-groups/<alb-stringgroup-id>