NSX Autonomous Edge REST API

Update a specific Static Route Rule on a Logical Router

Update a specific static route on the specified logical router.

Request:

Method:
PUT
URI Path(s):
/routing/static-routes/{static-route-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
StaticRoute+

Example Request:

{ "resource_type": "StaticRoute", "description": "Static route to customer A", "display_name": "to customer A", "next_hops": [ { "administrative_distance": 2, "ip_address": "192.168.200.254" } ], "network": "192.168.200.0/24", "_revision": 0 }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
StaticRoute+

Example Response:

TBD

Required Permissions:

crud

Feature:

routing_routers

Additional Errors: