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

List ALBServerAutoScalePolicy for infra

Paginated list of all ALBServerAutoScalePolicy for infra.
This API is only available when using VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/alb-server-auto-scale-policies
Request Headers:
n/a
Query Parameters:
PolicyListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/alb-server-auto-scale-policies

Successful Response:

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

Example Response:

{ "result_count": 1, "results": [ { "_create_time": 1598508799155, "_create_user": "admin", "_last_modified_time": 1598508799159, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "display_name": "test-autoscale", "id": "test-autoscale", "intelligent_autoscale": false, "intelligent_scalein_margin": 40, "intelligent_scaleout_margin": 20, "marked_for_delete": false, "max_scalein_adjustment_step": 1, "max_scaleout_adjustment_step": 1, "max_size": 200, "min_size": 10, "name": "test-autoscale", "overridden": false, "parent_path": "/infra", "path": "/infra/alb-server-auto-scale-policies/test-autoscale", "relative_path": "test-autoscale", "resource_type": "ALBServerAutoScalePolicy", "scalein_cooldown": 300, "scaleout_cooldown": 300, "unique_id": "2ca75357-4c6f-4b6b-bb62-2d05605a570e", "use_predicted_load": false } ], "sort_ascending": true, "sort_by": "display_name" }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: