Policy > Networking > Network Services > Advanced Load Balancing > Alb String Groups

List ALBStringGroup for infra

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

Request:

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

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/alb-string-groups

Successful Response:

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

Example Response:

{ "result_count": 1, "results": [ { "_create_time": 1598508668645, "_create_user": "admin", "_last_modified_time": 1598508668648, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "display_name": "test-string-group", "id": "test-string-group", "kv": [ { "key": "This is the string group profile" } ], "longest_match": false, "marked_for_delete": false, "name": "test-string-group", "overridden": false, "parent_path": "/infra", "path": "/infra/alb-string-groups/test-string-group", "relative_path": "test-string-group", "resource_type": "ALBStringGroup", "type": "SG_TYPE_STRING", "unique_id": "cf9b3ab5-8cec-4962-9bf1-d24b04710e75" } ], "sort_ascending": true, "sort_by": "display_name" }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: