NSX-T Data Center REST API

Read LBAppProfile

Read a LBAppProfile.

NSX Load Balancer availability in terms of use-cases and editions is
specified in NSX Feature and Edition Guide. Please review before consuming
those APIs.
This API is only available when using VMware NSX.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-app-profiles/{vpc-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/orgs/org-1/projects/project-1/vpcs/vpc-1/vpc-lb-app-profiles/http-vpc-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": "http-vpc-lb-profile", "display_name": "http-vpc-lb-profile", "path": "/orgs/org-1/projects/project-1/vpcs/vpc-1/vpc-lb-app-profiles/http-vpc-lb-profile", "parent_path": "/orgs/org-1/projects/project-1/vpcs/vpc-1", "relative_path": "http-vpc-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": "vpc_admin", "_create_time": 1516338498235, "_last_modified_user": "vpc_admin", "_last_modified_time": 1516338498235, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: