Policy > Networking > Network Services > Advanced Load Balancing > Alb Auto Scale Launch Configs

Associated URIs:

API Description API Path

List ALBAutoScaleLaunchConfig for infra


Paginated list of all ALBAutoScaleLaunchConfig for infra.
GET /policy/api/v1/infra/alb-auto-scale-launch-configs

Delete ALBAutoScaleLaunchConfig and all the entities contained by this ALBAutoScaleLaunchConfig


Delete the ALBAutoScaleLaunchConfig along with all the entities contained
by this ALBAutoScaleLaunchConfig.
DELETE /policy/api/v1/infra/alb-auto-scale-launch-configs/<alb-autoscalelaunchconfig-id>

Read ALBAutoScaleLaunchConfig


Read a ALBAutoScaleLaunchConfig.
GET /policy/api/v1/infra/alb-auto-scale-launch-configs/<alb-autoscalelaunchconfig-id>

Create or update a ALBautoscalelaunchconfig


If a ALBautoscalelaunchconfig with the alb-autoscalelaunchconfig-id is not already present,
create a new ALBautoscalelaunchconfig. If it already exists, update the
ALBautoscalelaunchconfig. This is a full replace.
PATCH /policy/api/v1/infra/alb-auto-scale-launch-configs/<alb-autoscalelaunchconfig-id>

Create or update a ALBAutoScaleLaunchConfig


If a ALBAutoScaleLaunchConfig with the alb-AutoScaleLaunchConfig-id is not
already present, create a new ALBAutoScaleLaunchConfig. If it already exists,
update the ALBAutoScaleLaunchConfig. This is a full replace.
PUT /policy/api/v1/infra/alb-auto-scale-launch-configs/<alb-autoscalelaunchconfig-id>