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

Associated URIs:

API Description API Path

List ALBPKIProfile for infra


Paginated list of all ALBPKIProfile for infra.
GET /policy/api/v1/infra/alb-pki-profiles

Delete ALBPKIProfile and all the entities contained by this ALBPKIProfile


Delete the ALBPKIProfile along with all the entities contained
by this ALBPKIProfile.
DELETE /policy/api/v1/infra/alb-pki-profiles/<alb-pkiprofile-id>

Read ALBPKIProfile


Read a ALBPKIProfile.
GET /policy/api/v1/infra/alb-pki-profiles/<alb-pkiprofile-id>

Create or update a ALBpkiprofile


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

Create or update a ALBPKIProfile


If a ALBPKIProfile with the alb-PKIProfile-id is not
already present, create a new ALBPKIProfile. If it already exists,
update the ALBPKIProfile. This is a full replace.
PUT /policy/api/v1/infra/alb-pki-profiles/<alb-pkiprofile-id>