Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Groups

Create or update a ALBpoolgroup

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

Example Request:

{ "enable_http2": false, "fail_action": { "type": "FAIL_ACTION_CLOSE_CONN" }, "implicit_priority_labels": false, "members": [ { "pool_path": "/infra/alb-pools/test-alb-pool-11", "priority_label": "1", "ratio": 1 } ], "min_servers": 0, "name": "nsx-poolgroup-1" }

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: