NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Get inter-site status of the edge clusterReturns the aggregated status for the Edge cluster along with status of all edge nodes in the cluster. It always returns cached response. |
GET /api/v1/edge-clusters/{edge-cluster-id}/inter-site/status
|
Get infra segment cross site forwarder placement and HA statusGet infra segment cross site forwarder placement and HA statuss. |
GET /policy/api/v1/global-infra/segments/{segment-id}/inter-site-forwarder/site-span-info
|
Get infra segment cross site traffic statisticsGet infra segment cross site traffic statistics. |
GET /policy/api/v1/global-infra/segments/{segment-id}/inter-site-forwarder/status
|
Get RTEP span and mac address-tableGet RTEP span and mac address-table. |
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/inter-site/bgp-summary
|
Get RTEP mesh connectivity statusGet RTEP mesh connectivity status. |
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/inter-site/status
|
Get inter-site L2 forwarder status for Tier1 gatewayGet inter-site L2 forwarder status for Tier1 gateway. |
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/inter-site-forwarder/status
|
Get segment cross site forwarder placement and HA statusGet segment cross site forwarder placement and HA statuss. |
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/inter-site-forwarder/site-span-info
|
Get segment cross site traffic statisticsGet segment cross site traffic statistics. |
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/inter-site-forwarder/status
|
Get L2 forwarder remote mac addressesReturns remote mac addresses of the l2 forwarder on logical switch. It always returns realtime response. |
GET /api/v1/logical-switches/{logical-switch-id}/inter-site-forwarder/site-span-info
(Experimental)
|
Get L2 forwarder statisticsReturns statistics of the l2 forwarder on logical switch. It always returns realtime response. |
GET /api/v1/logical-switches/{logical-switch-id}/inter-site-forwarder/statistics
(Experimental)
|
Get L2 forwarder statusReturns status per transport node of the l2 forwarder on logical switch. |
GET /api/v1/logical-switches/{logical-switch-id}/inter-site-forwarder/status
(Experimental)
(Deprecated)
|
Paginated list of BGP Neighbors on edge transport nodePaginated list of BGP Neighbors on edge transport node. |
GET /api/v1/transport-nodes/{edge-node-id}/inter-site/bgp/neighbors
|
Get BGP neighbor advertised routes on edge transport nodeReturns routes advertised by BGP neighbor from the given edge transport node. It always returns realtime response. |
GET /api/v1/transport-nodes/{edge-node-id}/inter-site/bgp/neighbors/{neighbor-id}/advertised-routes
|
Get BGP neighbor learned routes on edge transport nodeReturns routes learned by BGP neighbor from the given edge transport node. It always returns realtime response. |
GET /api/v1/transport-nodes/{edge-node-id}/inter-site/bgp/neighbors/{neighbor-id}/routes
|
Get inter-site BGP summary of edge nodeReturns BGP summary for all configured neighbors in tunnel VRF on the given egde node. It always returns realtime response. |
GET /api/v1/transport-nodes/{edge-node-id}/inter-site/bgp/summary
(Deprecated)
|
Get inter-site statistics of edge nodeReturns RTEP to RTEP tunnel port statistics of the given edge node. It always returns realtime response. |
GET /api/v1/transport-nodes/{edge-node-id}/inter-site/statistics
|