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

Read Tier-0 Interface group

Read Tier-0 Interface group

Request:

Method:
GET
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:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/tier-0s/t0/locale-services/ls1/interface-groups/group1

Successful Response:

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

Example Response:

{ "resource_type": "Tier0InterfaceGroup", "id": "group1", "display_name": "group1", "path": "/infra/tier-0s/t0/locale-services/ls1/interface-groups/group1", "parent_path": "/infra/tier-0s/t0/locale-services/ls1", "relative_path": "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" ], "_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_t0

Additional Errors: