Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Group Deployment Policies

List ALBPoolGroupDeploymentPolicy for infra

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

Request:

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

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/alb-pool-group-deployment-policies

Successful Response:

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

Example Response:

{ "result_count": 1, "results": [ { "_create_time": 1598509178635, "_create_user": "admin", "_last_modified_time": 1598509178639, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "auto_disable_old_prod_pools": true, "display_name": "test-PG-deployment", "evaluation_duration": 300, "id": "test-PG-deployment", "marked_for_delete": false, "name": "test-PG-deployment", "overridden": false, "parent_path": "/infra", "path": "/infra/alb-pool-group-deployment-policies/test-PG-deployment", "relative_path": "test-PG-deployment", "resource_type": "ALBPoolGroupDeploymentPolicy", "rules": [ { "metric_id": "healthscore.performance_score_value", "operator": "CO_LE" } ], "scheme": "BLUE_GREEN", "target_test_traffic_ratio": 100, "test_traffic_ratio_rampup": 100, "unique_id": "e00cad5e-db64-4fbb-b882-7c1202815069" } ], "sort_ascending": true, "sort_by": "display_name" }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: