Policy > Networking > Network Services > Advanced Load Balancing > Alb IP Addr Groups

Create or update a ALBipaddrgroup

If a ALBipaddrgroup with the alb-ipaddrgroup-id is not already present,
create a new ALBipaddrgroup. If it already exists, update the
ALBipaddrgroup. 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-ip-addr-groups/<alb-ipaddrgroup-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBIpAddrGroup+

Example Request:

{ "addrs": [ { "addr": "10.10.11.11", "type": "V4" } ], "name": "test-ip-group" }

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: