REST API  14
REST API for Luna Network HSMs
Network Device Actions

Network Actions

Object
    actions: Object
    type:  array
        items: Object

            id: Object
                type:  string
                description:  id is an internal reference for the action.
                              Use this identifier to complete the action with a POST.
                              Valid actions are:
                                 enable - enables the specified bond device.
                                 disable - disables the specified bond device.
            url: Object
                type:  string
                description:  url is the location of the action.

See Also

POST /api/lunasa/network/devices/{deviceid}/actions/{actionid}