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

Associated URIs:

API Description API Path

List ALBNetworkSecurityPolicy for infra


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

Delete ALBNetworkSecurityPolicy and all the entities contained by this ALBNetworkSecurityPolicy


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

Read ALBNetworkSecurityPolicy


Read a ALBNetworkSecurityPolicy.
GET /policy/api/v1/infra/alb-network-security-policies/<alb-networksecuritypolicy-id>

Create or update a ALBnetworksecuritypolicy


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

Create or update a ALBNetworkSecurityPolicy


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