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

Associated URIs:

API Description API Path

List ALBVirtualService for infra


Paginated list of all ALBVirtualService for infra.
GET /policy/api/v1/infra/alb-virtual-services

Delete ALBVirtualService and all the entities contained by this ALBVirtualService


Delete the ALBVirtualService along with all the entities contained
by this ALBVirtualService.
DELETE /policy/api/v1/infra/alb-virtual-services/<alb-virtualservice-id>

Read ALBVirtualService


Read a ALBVirtualService.
GET /policy/api/v1/infra/alb-virtual-services/<alb-virtualservice-id>

Create or update a ALBvirtualservice


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

Create or update a ALBVirtualService


If a ALBVirtualService with the alb-VirtualService-id is not
already present, create a new ALBVirtualService. If it already exists,
update the ALBVirtualService. This is a full replace.
PUT /policy/api/v1/infra/alb-virtual-services/<alb-virtualservice-id>