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

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.
This API is only available when using VMware NSX-T.

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/infra/alb-server-auto-scale-policies/<alb-serverautoscalepolicy-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBServerAutoScalePolicy+

Example Request:

{ "intelligent_autoscale": false, "intelligent_scalein_margin": 40, "intelligent_scaleout_margin": 20, "max_scalein_adjustment_step": 1, "max_scaleout_adjustment_step": 1, "max_size": 200, "min_size": 10, "name": "test-autoscale", "scalein_cooldown": 300, "scaleout_cooldown": 300, "use_predicted_load": false }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

200 OK

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: