REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/network/devices/{deviceid}/ip6

GET /api/lunasa/network/devices/{deviceid}/ip6

Gets ip6 information from a network device.

Parameters

deviceid

The identifier of a network device.

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

Ip6 information about the network device.

JSON Schema: Network Device Ip6

400

Unexpected error

404

Device does not exist.

Example Request

    GET 
    https://1.2.3.4:8443/api/lunasa/network/devices/eth0/ip6
{
}

Example Result

{
    "ip": "2000::2",
    "prefix": 3,
    "gateway": "2000::1"
}