REST API  4.0.0
REST API for SafeNet Network HSMs
Network Route

Devices

Object
    destination: Object
        type: string
        description:  destination is the route destination ip.
        
    mask: Object
        type: integer
        description:  mask is a integer representation of the mask from 1-32 for ipv4 or 1-128 for
                      ipv6. A mask value of 0 indiciates that the device is not configured 
                      or the mask does not pertain to the specific device.

    gateway: Object
        type: string
        description:  gateway is the default route, a gateway value of "null" indiciates that it does
                      not pertain to that route.

    metric: Object
        type: integer
        description:  metric is the number that helps the router determine the best path among multiple 
                      routes to the destination.

See Also

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