REST API  4.0.0
REST API for SafeNet 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: 1.2.3.4_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})