REST API  14
REST API for Luna Network HSMs
Network Routes

Network Routes

Object
    actions: Object
    type:  array
        items: Object
        
            id: Object
                type:  string
                description:  id is the route identifier. This id can either be "default"
                              refering to the gateway, or another route where the ip, mask,
                              type ("k" is a kernel route, "s" is a static route, "a" is an advertised route,
                              and "c" is a cached route) and metric are separated
                              by underscores (e.g: 192.168.0.0_24_s_50 or 2000::55_128_s_15).
            url: Object
                type:  string
                description:  url is the location of the route.

See Also

GET /api/lunasa/network/devices/{deviceid}/routes/{routeid})
DELETE /api/lunasa/network/devices/{deviceid}/routes/{routeid})