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

Associated URIs:

API Description API Path

List ALBErrorPageProfile for infra


Paginated list of all ALBErrorPageProfile for infra.
GET /policy/api/v1/infra/alb-error-page-profiles

Delete ALBErrorPageProfile and all the entities contained by this ALBErrorPageProfile


Delete the ALBErrorPageProfile along with all the entities contained
by this ALBErrorPageProfile.
DELETE /policy/api/v1/infra/alb-error-page-profiles/<alb-errorpageprofile-id>

Read ALBErrorPageProfile


Read a ALBErrorPageProfile.
GET /policy/api/v1/infra/alb-error-page-profiles/<alb-errorpageprofile-id>

Create or update a ALBerrorpageprofile


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

Create or update a ALBErrorPageProfile


If a ALBErrorPageProfile with the alb-ErrorPageProfile-id is not
already present, create a new ALBErrorPageProfile. If it already exists,
update the ALBErrorPageProfile. This is a full replace.
PUT /policy/api/v1/infra/alb-error-page-profiles/<alb-errorpageprofile-id>