NSX-T Data Center REST API

Read a specific BGP community list from a logical router (Deprecated)

Read a specific BGP community list from a Logical Router
Deprecated:
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/community-lists/<community-list-id>

Request:

Method:
GET
URI Path(s):
/api/v1/logical-routers/{logical-router-id}/routing/bgp/community-lists/{community-list-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

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

Example Response:

{ "id": "a9478c1d-d7ab-47c5-9e05-548920f4d88c", "resource_type": "BGPCommunityList" "communities": ["10:50", "10:52"], "community_type": "NormalBGPCommunity", "_last_modified_time": 1433948850593, "_create_time": 1433948850593, "_create_user": "admin", "_last_modified_user": "admin", "_revision": 0 }

Required Permissions:

read

Feature:

routing_routers

Additional Errors: