api:networkmanagement:device:reboot
Table of Contents
API : Network Device Reboot
Introduction
This request will reboot a network device.
Request
| URL | https://api.telecomx.dk/network/device/DEVICE_ID/reboot | ||
|---|---|---|---|
| Method | GET | ||
| Access level | MANAGER, OWNER if user belongs to the customer. RESELLER if customer belongs to the reseller or a sub reseller. RESELLER_ADMIN or ADMIN. |
||
| Params | DEVICE_ID | Id of the Network Device to Reboot. | |
Query examples
https://api.telecomx.dk/network/device/12345678901234567890AAAA/reboot
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | not_found | Internet request not found |
| 500 | internal_error | <Unspecified> |
api/networkmanagement/device/reboot.txt · Last modified: 2025/10/16 02:48 by Per Møller