NSX-T Data Center REST API
Create or update a ALBAutoScaleLaunchConfig
If a ALBAutoScaleLaunchConfig with the alb-AutoScaleLaunchConfig-id is notalready present, create a new ALBAutoScaleLaunchConfig. If it already exists,
update the ALBAutoScaleLaunchConfig. This is a full replace.
This API is only available when using VMware NSX-T.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/alb-auto-scale-launch-configs/<alb-autoscalelaunchconfig-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBAutoScaleLaunchConfig+
Example Request:
{ "display_name": "test-autoscale", "image_id": "default", "mesos": { "force": true }, "use_external_asg": true }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBAutoScaleLaunchConfig+