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

Create or update a LBAppProfile

If a LBAppProfile with the lb-app-profile-id is not already present, create
a new LBAppProfile. If it already exists, update the LBAppProfile. This
is a full replace.
This API is only available when using VMware NSX-T.

Request:

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

Example Request:

PATCH https://<policy-mgr>/policy/api/v1/infra/lb-app-profiles/my-http-app-profile { "resource_type": "LBHttpProfile", "x_forwarded_for":"INSERT" }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

200 OK

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: