Policy > Networking > Network Services > Advanced Load Balancing > Alb HTTP Policy Sets

Associated URIs:

API Description API Path

List ALBHTTPPolicySet for infra


Paginated list of all ALBHTTPPolicySet for infra.
GET /policy/api/v1/infra/alb-http-policy-sets

Delete ALBHTTPPolicySet and all the entities contained by this ALBHTTPPolicySet


Delete the ALBHTTPPolicySet along with all the entities contained
by this ALBHTTPPolicySet.
DELETE /policy/api/v1/infra/alb-http-policy-sets/<alb-httppolicyset-id>

Read ALBHTTPPolicySet


Read a ALBHTTPPolicySet.
GET /policy/api/v1/infra/alb-http-policy-sets/<alb-httppolicyset-id>

Create or update a ALBhttppolicyset


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

Create or update a ALBHTTPPolicySet


If a ALBHTTPPolicySet with the alb-HTTPPolicySet-id is not
already present, create a new ALBHTTPPolicySet. If it already exists,
update the ALBHTTPPolicySet. This is a full replace.
PUT /policy/api/v1/infra/alb-http-policy-sets/<alb-httppolicyset-id>