NSX-T Data Center REST API
Create or update a LBPool
If a LBPool with the vpc-lb-pool-id is not already present,create a new LBPool. If it already exists, update the
LBPool. This is a full replace.
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:
PATCH
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-pools/{vpc-lb-pool-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
LBPool+
Example Request:
PATCH https://<policy-mgr>/policy/api/v1/orgs/org-1/projects/project-1/vpcs/vpc-1/vpc-lb-pools/myPool { "active_monitor_paths":[ "/orgs/org-1/projects/project-1/vpcs/vpc-1/vpc-lb-monitor-profiles/http-vpc-lb-monitor"], "snat_translation": { "type": "LBSnatAutoMap" }, "member_group":{ "group_path":"/orgs/org-1/projects/project-1/vpcs/vpc-1/groups/testGroup", "port":80 } }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a