Policy > Networking > Network Services > Advanced Load Balancing > Alb Security Policies

Associated URIs:

API Description API Path

List ALBSecurityPolicy for infra


Paginated list of all ALBSecurityPolicy for infra.
GET /policy/api/v1/infra/alb-security-policies

Delete ALBSecurityPolicy and all the entities contained by this ALBSecurityPolicy


Delete the ALBSecurityPolicy along with all the entities contained
by this ALBSecurityPolicy.
DELETE /policy/api/v1/infra/alb-security-policies/<alb-securitypolicy-id>

Read ALBSecurityPolicy


Read a ALBSecurityPolicy.
GET /policy/api/v1/infra/alb-security-policies/<alb-securitypolicy-id>

Create or update a ALBsecuritypolicy


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

Create or update a ALBSecurityPolicy


If a ALBSecurityPolicy with the alb-SecurityPolicy-id is not
already present, create a new ALBSecurityPolicy. If it already exists,
update the ALBSecurityPolicy. This is a full replace.
PUT /policy/api/v1/infra/alb-security-policies/<alb-securitypolicy-id>