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

Associated URIs:

API Description API Path

List ALBAuthProfile for infra


Paginated list of all ALBAuthProfile for infra.
GET /policy/api/v1/infra/alb-auth-profiles

Delete ALBAuthProfile and all the entities contained by this ALBAuthProfile


Delete the ALBAuthProfile along with all the entities contained
by this ALBAuthProfile.
DELETE /policy/api/v1/infra/alb-auth-profiles/<alb-authprofile-id>

Read ALBAuthProfile


Read a ALBAuthProfile.
GET /policy/api/v1/infra/alb-auth-profiles/<alb-authprofile-id>

Create or update a ALBauthprofile


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

Create or update a ALBAuthProfile


If a ALBAuthProfile with the alb-AuthProfile-id is not
already present, create a new ALBAuthProfile. If it already exists,
update the ALBAuthProfile. This is a full replace.
PUT /policy/api/v1/infra/alb-auth-profiles/<alb-authprofile-id>