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

Update a Tier-1 Interface group.

Update the Interface group for specified attributes.

Request:

Method:
PUT
URI Path(s):
/policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups/{group-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups/{group-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
Tier1InterfaceGroup+

Example Request:

PUT https://<policy-mgr>/policy/api/v1/infra/tier-1s/t1/locale-services/ls1/interface-groups/group1 { "interface_connectivity": [ { "subnets": [ { "ip_addresses": [ { "start": "0.0.0.0", "end":"40.40.40.40", "prefix_length":"24" } ] } ] } ], "members": [ { "interface_path": "/infra/tier-1s/t1/locale-services/ls1/interfaces/intf1" }, { "interface_path": "/infra/tier-1s/t1/locale-services/ls1/interfaces/intf2" } ], "source_nat_ip_pool": [ "pool1", "pool2" ] }

Successful Response:

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

Example Response:

{ "type": "SERVICE", "interface_connectivity": [ { "urpf_mode": "STRICT", "subnets": [ { "ip_addresses": [ { "start": "0.0.0.0", "end": "40.40.40.40", "prefix_length": 24 } ] } ] } ], "resource_type": "Tier1InterfaceGroup", "id": "group1", "display_name": "group1", "path": "/infra/tier-1s/t1/locale-services/ls1/interface-groups/group1", "parent_path": "/infra/tier-1s/t1/locale-services/ls1", "relative_path": "group1", "members": [ { "interface_path": "/infra/tier-1s/t1/locale-services/ls1/interfaces/intf1" }, { "interface_path": "/infra/tier-1s/t1/locale-services/ls1/interfaces/intf2" } ], "source_nat_ip_pool": [ "pool1", "pool2" ], "_create_user": "admin", "_create_time": 1516751318020, "_last_modified_user": "admin", "_last_modified_time": 1516751318020, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

crud

Feature:

policy_t1

Additional Errors: