NSX-T Data Center REST API
Create or update a ALBIpAddrGroup
If a ALBIpAddrGroup with the alb-IpAddrGroup-id is notalready 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" } ], "display_name": "test-ip-group" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ALBIpAddrGroup+
  