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

Associated URIs:

API Description API Path

List ALBApplicationProfile for infra


Paginated list of all ALBApplicationProfile for infra.
GET /policy/api/v1/infra/alb-application-profiles

Delete ALBApplicationProfile and all the entities contained by this ALBApplicationProfile


Delete the ALBApplicationProfile along with all the entities contained
by this ALBApplicationProfile.
DELETE /policy/api/v1/infra/alb-application-profiles/<alb-applicationprofile-id>

Read ALBApplicationProfile


Read a ALBApplicationProfile.
GET /policy/api/v1/infra/alb-application-profiles/<alb-applicationprofile-id>

Create or update a ALBapplicationprofile


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

Create or update a ALBApplicationProfile


If a ALBApplicationProfile with the alb-ApplicationProfile-id is not
already present, create a new ALBApplicationProfile. If it already exists,
update the ALBApplicationProfile. This is a full replace.
PUT /policy/api/v1/infra/alb-application-profiles/<alb-applicationprofile-id>