Policy > Networking > Network Services > Advanced Load Balancing > Alb Pools

Create or update a ALBpool

If a ALBpool with the alb-pool-id is not already present,
create a new ALBpool. If it already exists, update the
ALBpool. 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/alb-pools/<alb-pool-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBPool+

Example Request:

{ "application_persistence_profile_path": "/infra/alb-application-persistence-profiles/persistent_profile_https_ssl_pass_through_enable_src_ip", "cloud_name": "nsxt_cloud_overlay", "display_name": "https_pool_1", "health_monitor_paths": [ "/infra/alb-health-monitors/https_monitor_1" ], "lb_algorithm": "LB_ALGORITHM_LEAST_CONNECTIONS", "max_concurrent_connections_per_server": 100, "resource_type": "ALBPool", "servers": [ { "enabled": true, "hostname": "member1", "ip": { "addr": "192.168.100.10", "type": "V4" }, "port": 443, "ratio": 1 } ], "tier1_path": "/infra/tier-1s/London_Tier1Gateway1" }

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: