NSX-T Data Center REST API
Create or update a Tier-0 Interface group.
If an Interface group with the label-id is not already present, create a newInterface group. If it already exists, update the Interface group for specified attributes.
Request:
Method:
PATCH
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:
{ "members": [ { "interface_path": "/infra/tier-0s/t0/locale-services/ls1/interfaces/intf1" }, { "interface_path": "/infra/tier-0s/t0/locale-services/ls1/interfaces/intf2" } ], "source_nat_ip_pool": [ "pool1", "pool2" ] }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a