NSX-T Data Center REST API

List networks advertised to the VPC in CSV format

Return networks which are advertised to connected VPC in CSV format.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-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,TIER1_CONNECTED 10.10.0.16/28,SUCCESS,TIER1_CONNECTED

Required Permissions:

read

Feature:

policy_vpc

Additional Errors: