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

Read LBAppProfile

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

Request:

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

Example Request:

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

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
LBFastTcpProfile+
LBFastUdpProfile+
LBHttpProfile+

Example Response:

{ "resource_type": "LBAppProfile", "id": "default-http-lb-profile", "display_name": "/infra/lb-app-profiles/default-http-lb-profile", "path": "/infra/lb-app-profiles/default-http-lb-profile", "parent_path": "/infra/lb-app-profiles/default-http-lb-profile", "relative_path": "default-http-lb-profile", "http_redirect_to_https": false, "ntlm": false, "idle_timeout": 15, "request_header_size": 1024, "response_timeout": 60, "response_header_size": 4096, "_create_user": "admin", "_create_time": 1516338498235, "_last_modified_user": "admin", "_last_modified_time": 1516338498235, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: