NSX-T Data Center REST API
Update the Routing Configuration (Deprecated)
Modifies the routing configuration for a specified logical router.Deprecated:
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>
Request:
Method:
PUT
URI Path(s):
/api/v1/logical-routers/{logical-router-id}/routing
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
RoutingConfig+
Example Request:
{ "resource_type": "RoutingConfig", "id": "19e504e6-2d1f-4aec-a36d-80bd3eb4caed", "display_name": "19e504e6-2d1f-4aec-a36d-80bd3eb4caed", "forwarding_up_timer": 384, "_revision": 2 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
RoutingConfig+