Policy > Networking > Connectivity > Tier-0 Gateways > Routing > Community Lists

Read a BGP community list

Read a BGP community list This API is available when using VMware Cloud on AWS or VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/tier-0s/<tier-0-id>/community-lists/<community-list-id>
/policy/api/v1/global-infra/tier-0s/<tier-0-id>/community-lists/<community-list-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/vmc_prv/community-lists/cl1

Successful Response:

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

Example Response:

{ "resource_type": "CommunityList", "id": "cl1", "display_name": "cl1", "path": "/infra/tier-0s/vmc_prv/community-lists/cl1", "parent_path": "/infra/tier-0s/vmc_prv", "relative_path": "cl1", "communities": [ "NO_EXPORT", "2345:2018" ], "_create_user": "admin", "_create_time": 1516667421694, "_last_modified_user": "admin", "_last_modified_time": 1516667421694, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

read

Feature:

policy_t0

Additional Errors: