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

Associated URIs:

API Description API Path

List ALBWafProfile for infra


Paginated list of all ALBWafProfile for infra.
GET /policy/api/v1/infra/alb-waf-profiles

Delete ALBWafProfile and all the entities contained by this ALBWafProfile


Delete the ALBWafProfile along with all the entities contained
by this ALBWafProfile.
DELETE /policy/api/v1/infra/alb-waf-profiles/<alb-wafprofile-id>

Read ALBWafProfile


Read a ALBWafProfile.
GET /policy/api/v1/infra/alb-waf-profiles/<alb-wafprofile-id>

Create or update a ALBwafprofile


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

Create or update a ALBWafProfile


If a ALBWafProfile with the alb-WafProfile-id is not
already present, create a new ALBWafProfile. If it already exists,
update the ALBWafProfile. This is a full replace.
PUT /policy/api/v1/infra/alb-waf-profiles/<alb-wafprofile-id>