Policy > Networking > Network Services > Advanced Load Balancing > Alb Server Auto Scale Policies

Associated URIs:

API Description API Path

List ALBServerAutoScalePolicy for infra


Paginated list of all ALBServerAutoScalePolicy for infra.
GET /policy/api/v1/infra/alb-server-auto-scale-policies

Delete ALBServerAutoScalePolicy and all the entities contained by this ALBServerAutoScalePolicy


Delete the ALBServerAutoScalePolicy along with all the entities contained
by this ALBServerAutoScalePolicy.
DELETE /policy/api/v1/infra/alb-server-auto-scale-policies/<alb-serverautoscalepolicy-id>

Read ALBServerAutoScalePolicy


Read a ALBServerAutoScalePolicy.
GET /policy/api/v1/infra/alb-server-auto-scale-policies/<alb-serverautoscalepolicy-id>

Create or update a ALBserverautoscalepolicy


If a ALBserverautoscalepolicy with the alb-serverautoscalepolicy-id is not already present,
create a new ALBserverautoscalepolicy. If it already exists, update the
ALBserverautoscalepolicy. This is a full replace.
PATCH /policy/api/v1/infra/alb-server-auto-scale-policies/<alb-serverautoscalepolicy-id>

Create or update a ALBServerAutoScalePolicy


If a ALBServerAutoScalePolicy with the alb-ServerAutoScalePolicy-id is not
already present, create a new ALBServerAutoScalePolicy. If it already exists,
update the ALBServerAutoScalePolicy. This is a full replace.
PUT /policy/api/v1/infra/alb-server-auto-scale-policies/<alb-serverautoscalepolicy-id>