Policy > Networking > Connectivity > Tier-0 Gateways > Interface Groups

Create or update a Tier-0 Interface group.

If an Interface group with the label-id is not already present, create a new
Interface 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:

PATCH 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/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

Example Response:

200 OK

Required Permissions:

crud

Feature:

policy_t0

Additional Errors: