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

Read LBPool

Read a LBPool.
This API is only available when using VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/lb-pools/<lb-pool-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

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

Successful Response:

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

Example Response:

{ "resource_type": "LBPool", "id": "myPool", "display_name": "/infra/lb-pools/myPool", "path": "/infra/lb-pools/myPool", "parent_path": "/infra/lb-pools/myPool", "relative_path": "myPool", "marked_for_delete": false, "member_group": { "port": 80, "group_path": "/infra/domains/testDom/groups/testGroup" }, "active_monitor_paths": [ "/infra/lb-monitor-profiles/default-http-lb-monitor" ], "snat_translation": { "type": "LBSnatAutoMap", "port_overload": 32 }, "tcp_multiplexing_enabled": false, "tcp_multiplexing_number": 6, "min_active_members": 1, "algorithm": "ROUND_ROBIN", "_create_user": "admin", "_create_time": 1531109334077, "_last_modified_user": "admin", "_last_modified_time": 1531109864964, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 2 }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: