Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Vips

List ALBVsVip for infra

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

Request:

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

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/alb-vs-vips

Successful Response:

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

Example Response:

{ "result_count": 1, "results": [ { "_create_time": 1591091468713, "_create_user": "admin", "_last_modified_time": 1591091468723, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "display_name": "testVsVip", "east_west_placement": false, "id": "testVsVip", "marked_for_delete": false, "name": "testVsVip", "overridden": false, "parent_path": "/infra", "path": "/infra/alb-vs-vips/testVsVip", "relative_path": "testVsVip", "resource_type": "VsVip", "unique_id": "0769a524-100d-40cd-b293-d2b7850b9877", "vip": [ { "auto_allocate_floating_ip": false, "auto_allocate_ip": false, "auto_allocate_ip_type": "V4_ONLY", "avi_allocated_fip": false, "avi_allocated_vip": false, "enabled": true, "ip_address": { "addr": "", "type": "V4" } } ] } ], "sort_ascending": true, "sort_by": "display_name" }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: