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

List Tier-1 Interface groups

Paginated list of all Tier-1 Interface groups under locale service.

Request:

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

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/tier-1s/t1/locale-services/ls1/interface-groups

Successful Response:

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

Example Response:

{ "sort_ascending": true, "sort_by": "display_name", "result_count": 1, "results": [ { "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:

read

Feature:

policy_t1

Additional Errors: