NSX-T Data Center REST API
Update a Tier-0 Interface group.
Update the Interface group for specified attributes.Request:
Method:
              PUT
            URI Path(s):
              
                /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interface-groups/{label-id}
                
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    Tier0InterfaceGroup+
  Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/tier-0s/t0/locale-services/ls1/interface-groups/group1 { "members": [ { "interface_path": "/infra/tier-0s/t0/locale-services/interfaces/ls1/intf1" }, { "interface_path": "/infra/tier-0s/t0/locale-services/interfaces/ls1/intf2" } ], "source_nat_ip_pool": [ "pool1", "pool2" ] }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    Tier0InterfaceGroup+