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

Associated URIs:

API Description API Path

List ALBErrorPageBody for infra


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

Delete ALBErrorPageBody and all the entities contained by this ALBErrorPageBody


Delete the ALBErrorPageBody along with all the entities contained
by this ALBErrorPageBody.
DELETE /policy/api/v1/infra/alb-error-page-bodies/<alb-errorpagebody-id>

Read ALBErrorPageBody


Read a ALBErrorPageBody.
GET /policy/api/v1/infra/alb-error-page-bodies/<alb-errorpagebody-id>

Create or update a ALBerrorpagebody


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

Create or update a ALBErrorPageBody


If a ALBErrorPageBody with the alb-ErrorPageBody-id is not
already present, create a new ALBErrorPageBody. If it already exists,
update the ALBErrorPageBody. This is a full replace.
PUT /policy/api/v1/infra/alb-error-page-bodies/<alb-errorpagebody-id>