![]()  | 
  
    REST API
    4.0.0
    
   REST API for SafeNet Network HSMs 
   | 
 
Creates an unconfigured bond device.
A list of network devices used to create a bond device.
Use:  Required  
JSON Schema:  
   Object
   type: array
      device: Object
          type: string
Success
"Location" is the URL to the newly created bond device. 
 see GET /api/lunasa/network/devices/{deviceid} 
Unexpected error
 
    POST
    https://1.2.3.4:8443/api/lunasa/network/devices
    {
    "devices" : ["eth0", "eth1"]
    }
 
{}