![]()  | 
  
    REST API
    4.0.0
    
   REST API for SafeNet Network HSMs 
   | 
 
Gets all network devices.
None
A list of all network devices on the appliance.
JSON Schema:  Network Devices  
Unexpected error
 
GET https://1.2.3.4:8443/api/lunasa/network/devices
 
{
    "devices": [
        {
            "id": "lo",
            "type" : "ethernet",
            "url": "/api/lunasa/network/devices/lo
        },
        {
            "id": "eth0",
            "type": "ethernet",
            "url": "/api/lunasa/network/devices/eth0"
        },
        {
            "id": "eth1",
            "type" : "ethernet",
            "url": "/api/lunasa/network/devices/eth1"
        },
        {
            "id": "bond0",
            "type" : "ethernet",
            "url": "/api/lunasa/network/devices/bond0"
        }
    ]
}