NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Get Transit Gateway Address Resolution Protocol ProxiesReturns ARP proxy table for a TGW. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/arp-proxies
|
Get Transit Gateway Address Resolution Protocol Proxies in CSV formatReturns ARP proxy table for a TGW in CSV format. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/arp-proxies/download
|
Get forwarding table from TGWGet forwarding table from TGW. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/forwarding-table
|
Get forwarding table from TGW in CSV formatGet forwarding table from TGW in CSV format. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/forwarding-table/download
|
Get transit gateway realization failuresRetrieves only the resources with the reason not "SUCCESS". In case of failure or warning of the resource a reason object explaining the type of failure (ERROR, WARNING) and the detailed message of what the user could do to remediate is captured. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/realization-failures
(Experimental)
|
Get routing table from TGWGet routing table from TGW. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/routing-table
|
Get routing table from TGW in CSV formatGet routing table from TGW in CSV format. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/routing-table/download
|
Get Transit Gateway stateGet the transit gateway's runtime state that includes the transport node and the HA details, if applicable. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/state
|
Get Transit Gateway statisticsRetrieve the total tx, rx dropped, total bytes, total packets of all traffic exchanged between the TGW and its attachments (VPC's). |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/statistics
|
Get current status of TGWGet current status of VPC TGW. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/status
|