Static Routes API

Gestionar the static routing table of SentinelOS.

POST /api/routes

Crear new static route.

Cuerpo de la Petición

{
  "description": "Route to Datacenter",
  "destination": "10.0.0.0/8",
  "gateway": "192.168.1.254",
  "interface": "eth1",
  "metric": 10
}
PUT /api/routes/:id

Actualizar static route.

DELETE /api/routes/:id

Eliminar static route.