Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Vips

Associated URIs:

API Description API Path

List ALBVsVip for infra


Paginated list of all ALBVsVip for infra.
GET /policy/api/v1/infra/alb-vs-vips

Delete ALBVsVip and all the entities contained by this ALBVsVip


Delete the ALBVsVip along with all the entities contained
by this ALBVsVip.
DELETE /policy/api/v1/infra/alb-vs-vips/<alb-vsvip-id>

Read ALBVsVip


Read a ALBVsVip.
GET /policy/api/v1/infra/alb-vs-vips/<alb-vsvip-id>

Create or update a ALBvsvip


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

Create or update a ALBVsVip


If a ALBVsVip with the alb-VsVip-id is not
already present, create a new ALBVsVip. If it already exists,
update the ALBVsVip. This is a full replace.
PUT /policy/api/v1/infra/alb-vs-vips/<alb-vsvip-id>