NSX-T Data Center REST API

List networks advertised to the TGW external attachment in CSV format

Returns information about all networks which are advertised to the TGW external attachment in CSV format.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/attachments/{external-attachment-id}/advertised-networks/download
Request Headers:
n/a
Query Parameters:
AdvertisedNetworksListRequestParameters+
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: text/csv
Response Body:
PolicyAdvertisedNetworkInCsvFormat+

Example Response:

network,status,rule_filter_type 10.0.0.0/28,SUCCESS,TIER0_CONNECTED 10.10.0.16/28,SUCCESS,TIER0_CONNECTED

Required Permissions:

read

Feature:

policy_transit_gateway

Additional Errors: