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

Associated URIs:

API Description API Path

List ALBNetworkProfile for infra


Paginated list of all ALBNetworkProfile for infra.
GET /policy/api/v1/infra/alb-network-profiles

Delete ALBNetworkProfile and all the entities contained by this ALBNetworkProfile


Delete the ALBNetworkProfile along with all the entities contained
by this ALBNetworkProfile.
DELETE /policy/api/v1/infra/alb-network-profiles/<alb-networkprofile-id>

Read ALBNetworkProfile


Read a ALBNetworkProfile.
GET /policy/api/v1/infra/alb-network-profiles/<alb-networkprofile-id>

Create or update a ALBnetworkprofile


If a ALBnetworkprofile with the alb-networkprofile-id is not already present,
create a new ALBnetworkprofile. If it already exists, update the
ALBnetworkprofile. This is a full replace.
PATCH /policy/api/v1/infra/alb-network-profiles/<alb-networkprofile-id>

Create or update a ALBNetworkProfile


If a ALBNetworkProfile with the alb-NetworkProfile-id is not
already present, create a new ALBNetworkProfile. If it already exists,
update the ALBNetworkProfile. This is a full replace.
PUT /policy/api/v1/infra/alb-network-profiles/<alb-networkprofile-id>