Policy > Networking > Network Services > Load Balancing > Load Balancer Services

List LBService

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

Request:

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

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/lb-services

Successful Response:

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

Example Response:

{ "sort_ascending": true, "sort_by": "display_name", "result_count": 1, "results": [ { "resource_type": "LBService", "id": "cgwLbService", "display_name": "cgwLbService", "path": "/infra/lb-services/cgwLbService", "parent_path": "/infra", "relative_path": "cgwLbService", "marked_for_delete": false, "size": "SMALL", "error_log_level": "INFO", "access_log_enabled": false, "enabled": true, "_create_user": "admin", "_create_time": 1531109024949, "_last_modified_user": "admin", "_last_modified_time": 1531109024949, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 } ] }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: