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:

{ "health_monitor_paths": [ "/infra/alb-health-monitors/httpMonitor" ], "lb_algorithm": "LB_ALGORITHM_LEAST_CONNECTIONS", "name": "testPool1", "servers": [ { "enabled": true, "ip": { "addr": "", "type": "V4" }, "prst_hdr_val": "", "ratio": 1, "resolve_server_by_dns": false, "rewrite_host_header": false, "static": false, "verify_network": false } ] }

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: