Policy > Networking > Network Services > Advanced Load Balancing > Alb Priority Labels

Associated URIs:

API Description API Path

List ALBPriorityLabels for infra


Paginated list of all ALBPriorityLabels for infra.
GET /policy/api/v1/infra/alb-priority-labels

Delete ALBPriorityLabels and all the entities contained by this ALBPriorityLabels


Delete the ALBPriorityLabels along with all the entities contained
by this ALBPriorityLabels.
DELETE /policy/api/v1/infra/alb-priority-labels/<alb-prioritylabels-id>

Read ALBPriorityLabels


Read a ALBPriorityLabels.
GET /policy/api/v1/infra/alb-priority-labels/<alb-prioritylabels-id>

Create or update a ALBprioritylabels


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

Create or update a ALBPriorityLabels


If a ALBPriorityLabels with the alb-PriorityLabels-id is not
already present, create a new ALBPriorityLabels. If it already exists,
update the ALBPriorityLabels. This is a full replace.
PUT /policy/api/v1/infra/alb-priority-labels/<alb-prioritylabels-id>