Update routes for an interface
PUT/api/node/:hostname/network/route/:interfaceName
Update the managed route configuration for a network interface on the target node.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Route configuration updated.
Invalid request payload.
Unauthorized - API key required
Forbidden - Insufficient permissions
Route configuration not found.
Error updating route configuration.