Device Reboot
Device is in REGISTERED with all known objects.
An API interface is provided to initiate a Device Reboot. This is an example of how to use the Execute Operation (POST /devices) method for which the Adapter can choose to implement.
This uses the Execute Operation (POST) on:
- Device, Object ID = device
- Reboot, Resource = reboot
| Parameters | Description |
|---|---|
| URL | http://<adapter_hostname>:<port>/devices |
| Method | POST |
| Content-Type | application/json |
| Parameters |
The parameters are:
|
| Sample Call |
Response Body:
|
| Success Code |
Response Code: 200 |
| Error Code |
400 : Bad Request 401 : Unauthorized 403 : Forbidden 404 : Not Found |