NSX Autonomous Edge REST API
Associated URIs:
API Description | API Path |
---|---|
Get forwarding table on the logical routerGet forwarding table on the service router (currently only 1 service router is supported). |
GET /routing/forwarding-table
|
Paginated List of Static RoutesReturns 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 RouterAdds a new static route on a Logical Router |
POST /routing/static-routes
|
Delete a specific Static Route on a Logical RouterDeletes a specific static route on the specified logical router. |
DELETE /routing/static-routes/{static-route-id}
|
Get a specific Static Route on a Logical RouterRead 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 RouterUpdate a specific static route on the specified logical router. |
PUT /routing/static-routes/{static-route-id}
|