NSX-T Data Center REST API
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:
{ "display_name": "test-autoscale", "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, "scalein_cooldown": 300, "scaleout_cooldown": 300, "use_predicted_load": false }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a