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:
PUT
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.10.10", "type": "V4" } ], "name": "test-ip-group" }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBIpAddrGroup+

Example Response:

{ "_create_time": 1598508547521, "_create_user": "admin", "_last_modified_time": 1598508547525, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "addrs": [ { "addr": "10.10.10.10", "type": "V4" } ], "display_name": "test-ip-group", "id": "test-ip-group", "marked_for_delete": false, "name": "test-ip-group", "overridden": false, "parent_path": "/infra", "path": "/infra/alb-ip-addr-groups/test-ip-group", "relative_path": "test-ip-group", "resource_type": "ALBIpAddrGroup", "unique_id": "b25a04c2-be03-4504-a008-0aa7fec7f470" }

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: