Policy > Networking > Network Services > Advanced Load Balancing > Alb Priority Labels

List ALBPriorityLabels for infra

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

Request:

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

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/alb-priority-labels

Successful Response:

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

Example Response:

{ "result_count": 1, "results": [ { "_create_time": 1598509881271, "_create_user": "admin", "_last_modified_time": 1598509881275, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "description": "This is priority labels", "display_name": "test-Prioritylabels-1", "equivalent_labels": [ { "labels": [ "test" ] } ], "id": "test-Prioritylabels-1", "marked_for_delete": false, "name": "test-Prioritylabels-1", "overridden": false, "parent_path": "/infra", "path": "/infra/alb-priority-labels/test-Prioritylabels-1", "relative_path": "test-Prioritylabels-1", "resource_type": "ALBPriorityLabels", "unique_id": "efd3c171-8ecd-430d-ae8d-c07c1922bbb7" } ], "sort_ascending": true, "sort_by": "display_name" }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: