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

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.
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:

{ "image_id": "default", "mesos": { "force": true }, "name": "test-autoscale", "use_external_asg": true }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBAutoScaleLaunchConfig+

Example Response:

{ "_create_time": 1598508896304, "_create_user": "admin", "_last_modified_time": 1598508896308, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "display_name": "test-autoscale", "id": "test-autoscale", "image_id": "default", "marked_for_delete": false, "mesos": { "force": true }, "name": "test-autoscale", "overridden": false, "parent_path": "/infra", "path": "/infra/alb-auto-scale-launch-configs/test-autoscale", "relative_path": "test-autoscale", "resource_type": "ALBAutoScaleLaunchConfig", "unique_id": "3eb65743-de3a-4bc1-9596-2bf94eda3991", "use_external_asg": true }

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: