Policy > Networking > Network Services > Advanced Load Balancing > Alb Webhooks

Associated URIs:

API Description API Path

List ALBWebhook for infra


Paginated list of all ALBWebhook for infra.
GET /policy/api/v1/infra/alb-webhooks

Delete ALBWebhook and all the entities contained by this ALBWebhook


Delete the ALBWebhook along with all the entities contained
by this ALBWebhook.
DELETE /policy/api/v1/infra/alb-webhooks/<alb-webhook-id>

Read ALBWebhook


Read a ALBWebhook.
GET /policy/api/v1/infra/alb-webhooks/<alb-webhook-id>

Create or update a ALBwebhook


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

Create or update a ALBWebhook


If a ALBWebhook with the alb-Webhook-id is not
already present, create a new ALBWebhook. If it already exists,
update the ALBWebhook. This is a full replace.
PUT /policy/api/v1/infra/alb-webhooks/<alb-webhook-id>