REST API  4.0.0
REST API for SafeNet Network HSMs
POST /api/lunasa/network/devices

POST /api/lunasa/network/devices

Creates an unconfigured bond device.

Parameters

devices

A list of network devices used to create a bond device.

Use: Required

JSON Schema:

   Object
   type: array
      device: Object
          type: string

Responses

204

Success

Location

"Location" is the URL to the newly created bond device.

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

400

Unexpected error

Example Request

    POST
    https://1.2.3.4:8443/api/lunasa/network/devices
    {
    "devices" : ["eth0", "eth1"]
    }

Example Response

{}