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

List LBAppProfiles

Paginated list of all LBAppProfiles.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.

Request:

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

Example Request:

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

Successful Response:

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

Example Response:

{ "sort_ascending": true, "sort_by": "display_name", "result_count": 3, "results": [ { "resource_type": "LBHttpProfile", "id": "default-http-lb-app-profile", "display_name": "default-http-lb-app-profile", "path": "/infra/lb-app-profiles/default-http-lb-app-profile", "parent_path": "/infra/lb-app-profiles/default-http-lb-app-profile", "relative_path": "default-http-lb-app-profile", "http_redirect_to_https": false, "ntlm": false, "idle_timeout": 15, "request_header_size": 1024, "response_timeout": 60, "response_header_size": 4096, "marked_for_delete": false, "_create_user": "system", "_create_time": 1531098352526, "_last_modified_user": "system", "_last_modified_time": 1531098352526, "_system_owned": true, "_protection": "NOT_PROTECTED", "_revision": 0 }, { "resource_type": "LBFastTcpProfile", "id": "default-tcp-lb-app-profile", "display_name": "default-tcp-lb-app-profile", "path": "/infra/lb-app-profiles/default-tcp-lb-app-profile", "parent_path": "/infra/lb-app-profiles/default-tcp-lb-app-profile", "relative_path": "default-tcp-lb-app-profile", "marked_for_delete": false, "idle_timeout": 1000, "close_timeout": 8, "ha_flow_mirroring_enabled": false, "_create_user": "system", "_create_time": 1531098352604, "_last_modified_user": "system", "_last_modified_time": 1531098352604, "_system_owned": true, "_protection": "NOT_PROTECTED", "_revision": 0 }, { "resource_type": "LBFastUdpProfile", "id": "default-udp-lb-app-profile", "display_name": "default-udp-lb-app-profile", "path": "/infra/lb-app-profiles/default-udp-lb-app-profile", "parent_path": "/infra/lb-app-profiles/default-udp-lb-app-profile", "relative_path": "default-udp-lb-app-profile", "marked_for_delete": false, "idle_timeout": 300, "flow_mirroring_enabled": false, "_create_user": "system", "_create_time": 1531098352626, "_last_modified_user": "system", "_last_modified_time": 1531098352626, "_system_owned": true, "_protection": "NOT_PROTECTED", "_revision": 0 } ] }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: