NSX Autonomous Edge REST API

Associated URIs:

API Description API Path

Get forwarding table on the logical router


Get forwarding table on the service router (currently only 1 service router
is supported).
GET /routing/forwarding-table

Paginated List of Static Routes


Returns information about configured static routes, including the
network address and next hops for each static route.
GET /routing/static-routes

Add Static Routes on a Logical Router


Adds a new static route on a Logical Router
POST /routing/static-routes

Delete a specific Static Route on a Logical Router


Deletes a specific static route on the specified logical router.
DELETE /routing/static-routes/{static-route-id}

Get a specific Static Route on a Logical Router


Read a specific static routes on the specified logical router.
GET /routing/static-routes/{static-route-id}

Update a specific Static Route Rule on a Logical Router


Update a specific static route on the specified logical router.
PUT /routing/static-routes/{static-route-id}