Get routes for an interface
GET/api/node/:hostname/network/route/:interfaceName
Get routes associated with a specific network interface on the target node.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Routes for the interface.
Bad request - validation error.
Unauthorized - API key required
Forbidden - Insufficient permissions
Interface not found.
Error getting routes for interface.