NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| Read All IPV6 DADProfilesReturns all IPv6 DADProfiles. | GET /api/v1/ipv6/dad-profiles
                           (Deprecated) | 
| Create a new DADProfileAdds a new DADProfile | POST /api/v1/ipv6/dad-profiles
                           (Deprecated) | 
| Delete DAD ProfileDelete DADProfile | DELETE /api/v1/ipv6/dad-profiles/<dad-profile-id>
                           (Deprecated) | 
| Read specified IPV6 DADProfileReturns information about specified IPv6 DADProfile. | GET /api/v1/ipv6/dad-profiles/<dad-profile-id>
                           (Deprecated) | 
| Update DADProfileUpdate DADProfile. | PUT /api/v1/ipv6/dad-profiles/<dad-profile-id>
                           (Deprecated) | 
| Read All IPV6 NDRA ProfilesReturns all IPv6 NDRA Profiles. | GET /api/v1/ipv6/nd-ra-profiles
                           (Deprecated) | 
| Create a new NDRA ProfileAdds a new NDRAProfile | POST /api/v1/ipv6/nd-ra-profiles
                           (Deprecated) | 
| Delete NDRA ProfileDelete NDRAProfile | DELETE /api/v1/ipv6/nd-ra-profiles/<nd-ra-profile-id>
                           (Deprecated) | 
| Read specified IPV6 NDRA ProfileReturns information about specified IPv6 NDRA Profile. | GET /api/v1/ipv6/nd-ra-profiles/<nd-ra-profile-id>
                           (Deprecated) | 
| Update NDRA ProfileUpdate NDRAProfile | PUT /api/v1/ipv6/nd-ra-profiles/<nd-ra-profile-id>
                           (Deprecated) | 
| Read the debug information for the logical routerAPI to download below information as text which will be used for debugging and troubleshooting. 1) Logical router sub-components and ports. 2) Routing configuration as sent to central control plane. 3) TIER1 advertised network information. | GET /api/v1/logical-routers/<logical-router-id>/debug-info?format=text | 
| Read the Routing ConfigurationReturns the routing configuration for a specified logical router. | GET /api/v1/logical-routers/<logical-router-id>/routing | 
| Update the Routing ConfigurationModifies the routing configuration for a specified logical router. | PUT /api/v1/logical-routers/<logical-router-id>/routing | 
| Read the Advertisement Configuration on a Logical RouterReturns information about the routes to be advertised by the specified TIER1 logical router. | GET /api/v1/logical-routers/<logical-router-id>/routing/advertisement | 
| Update the Advertisement Configuration on a Logical RouterModifies the route advertisement configuration on the specified logical router. | PUT /api/v1/logical-routers/<logical-router-id>/routing/advertisement
                           (Deprecated) | 
| Read the Advertisement Rules on a Logical RouterReturns the advertisement rule list for the specified TIER1 logical router. | GET /api/v1/logical-routers/<logical-router-id>/routing/advertisement/rules | 
| Update the Advertisement Rules on a Logical RouterModifies the advertisement rules on the specified logical router. The PUT request must include all the rules with the networks parameter. Modifiable parameters are networks, display_name, and description. Set the rules list to empty to delete/clear all rules. | PUT /api/v1/logical-routers/<logical-router-id>/routing/advertisement/rules
                           (Deprecated) | 
| Read the BGP Configuration on a Logical RouterReturns information about the BGP configuration on a specified logical router. Information includes whether or not the BGP configuration is enabled, the AS number, and whether or not graceful restart is enabled. | GET /api/v1/logical-routers/<logical-router-id>/routing/bgp | 
| Update the BGP Configuration on a Logical RouterModifies the BGP configuration on a specified TIER0 logical router. Modifiable parameters include enabled, graceful_restart, as_number. | PUT /api/v1/logical-routers/<logical-router-id>/routing/bgp
                           (Deprecated) | 
| Paginated list of BGP community lists on a logical routerPaginated list of BGP Community Lists on a Logical Router | GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/community-lists
                           (Deprecated) | 
| Create a new BGP community list on a logical routerAdd a new BGP Community List on a Logical Router | POST /api/v1/logical-routers/<logical-router-id>/routing/bgp/community-lists
                           (Deprecated) | 
| Delete a specific BGP community list from a logical routerDelete a specific BGP community list from a Logical Router | DELETE /api/v1/logical-routers/<logical-router-id>/routing/bgp/community-lists/<community-list-id>
                           (Deprecated) | 
| Read a specific BGP community list from a logical routerRead a specific BGP community list from a Logical Router | GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/community-lists/<community-list-id>
                           (Deprecated) | 
| Update a specific BGP community list from a logical routerUpdate a specific BGP community list from a Logical Router | PUT /api/v1/logical-routers/<logical-router-id>/routing/bgp/community-lists/<community-list-id>
                           (Deprecated) | 
| Update a specific BGP community list from a logical routerUpdate a specific BGP community list from a Logical Router | PUT /api/v1/logical-routers/<logical-router-id>/routing/bgp/communty-lists/<community-list-id>
                           (Deprecated) | 
| Paginated list of BGP Neighbors on a Logical RouterPaginated list of BGP Neighbors on a Logical Router | GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors
                           (Deprecated) | 
| Add a new BGP Neighbor on a Logical RouterAdd a new BGP Neighbor on a Logical Router | POST /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors
                           (Deprecated) | 
| Delete a specific BGP Neighbor on a Logical RouterDelete a specific BGP Neighbor on a Logical Router | DELETE /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<id>
                           (Deprecated) | 
| Read a specific BGP Neighbor with password on a Logical RouterRead a specific BGP Neighbor details with password on a Logical Router | GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<id>?action=show-sensitive-data | 
| Read a specific BGP Neighbor on a Logical RouterRead a specific BGP Neighbor on a Logical Router | GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<id>
                           (Deprecated) | 
| Unset/Delete password property on specific BGP Neighbor on Logical RouterUnset/Delete the password property on the specific BGP Neighbor. No other property of the BgpNeighbor can be updated using this API | POST /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<id>
                           (Deprecated) | 
| Update a specific BGP Neighbor on a Logical RouterUpdate a specific BGP Neighbor on a Logical Router | PUT /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<id>
                           (Deprecated) | 
| Paginated List of IPPrefixListsPaginated List of IPPrefixLists | GET /api/v1/logical-routers/<logical-router-id>/routing/ip-prefix-lists
                           (Deprecated) | 
| Add IPPrefixList on a Logical RouterAdds a new IPPrefixList on a Logical Router | POST /api/v1/logical-routers/<logical-router-id>/routing/ip-prefix-lists
                           (Deprecated) | 
| Delete a specific IPPrefixList on a Logical RouterDeletes a specific IPPrefixList on the specified logical router. | DELETE /api/v1/logical-routers/<logical-router-id>/routing/ip-prefix-lists/<id>
                           (Deprecated) | 
| Get a specific IPPrefixList on a Logical RouterRead a specific IPPrefixList on the specified logical router. | GET /api/v1/logical-routers/<logical-router-id>/routing/ip-prefix-lists/<id>
                           (Deprecated) | 
| Update a specific IPPrefixList on a Logical RouterUpdate a specific IPPrefixList on the specified logical router. | PUT /api/v1/logical-routers/<logical-router-id>/routing/ip-prefix-lists/<id>
                           (Deprecated) | 
| Read the Redistribution Configuration on a Logical RouterReturns information about configured route redistribution for the specified logical router. | GET /api/v1/logical-routers/<logical-router-id>/routing/redistribution | 
| Update the Redistribution Configuration on a Logical RouterModifies existing route redistribution rules for the specified TIER0 logical router. | PUT /api/v1/logical-routers/<logical-router-id>/routing/redistribution
                           (Deprecated) | 
| Read All the Redistribution Rules on a Logical RouterReturns all the route redistribution rules for the specified logical router. | GET /api/v1/logical-routers/<logical-router-id>/routing/redistribution/rules | 
| Update All the Redistribution Rules on a Logical RouterModifies all route redistribution rules for the specified TIER0 logical router. Set the rules list to empty to delete/clear all rules. | PUT /api/v1/logical-routers/<logical-router-id>/routing/redistribution/rules
                           (Deprecated) | 
| Paginated List of RouteMapsPaginated List of RouteMaps | GET /api/v1/logical-routers/<logical-router-id>/routing/route-maps
                           (Deprecated) | 
| Add RouteMap on a Logical RouterAdds a new RouteMap on a Logical Router | POST /api/v1/logical-routers/<logical-router-id>/routing/route-maps
                           (Deprecated) | 
| Delete a specific RouteMap on a Logical RouterDeletes a specific RouteMap on the specified logical router. | DELETE /api/v1/logical-routers/<logical-router-id>/routing/route-maps/<id>
                           (Deprecated) | 
| Get a specific RouteMap on a Logical RouterRead a specific RouteMap on the specified logical router. | GET /api/v1/logical-routers/<logical-router-id>/routing/route-maps/<id>
                           (Deprecated) | 
| Update a specific RouteMap on a Logical RouterUpdate a specific RouteMap on the specified logical router. | PUT /api/v1/logical-routers/<logical-router-id>/routing/route-maps/<id>
                           (Deprecated) | 
| Paginated List of Static RoutesReturns information about configured static routes, including the network address and next hops for each static route. | GET /api/v1/logical-routers/<logical-router-id>/routing/static-routes
                           (Deprecated) | 
| Add Static Routes on a Logical RouterAdds a new static route on a Logical Router | POST /api/v1/logical-routers/<logical-router-id>/routing/static-routes
                           (Deprecated) | 
| Delete a specific Static Route on a Logical RouterDeletes a specific static route on the specified logical router. | DELETE /api/v1/logical-routers/<logical-router-id>/routing/static-routes/<id>
                           (Deprecated) | 
| Get a specific Static Route on a Logical RouterRead a specific static routes on the specified logical router. | GET /api/v1/logical-routers/<logical-router-id>/routing/static-routes/<id>
                           (Deprecated) | 
| Update a specific Static Route Rule on a Logical RouterUpdate a specific static route on the specified logical router. | PUT /api/v1/logical-routers/<logical-router-id>/routing/static-routes/<id>
                           (Deprecated) |