api:pbx:sipphone:rebootall
Table of Contents
API : PBX: SIP phone Reboot All
Introduction
This request will ask all the SIP phones to reboot immediately.
Request
| URL | https://api.telecomx.dk/pbx/sipphone/reboot | |
|---|---|---|
| Method | GET | |
| Access level | MANAGER, OWNER if user belongs to the customer. RESELLER if customer belongs to the reseller. ADMIN. |
|
Query example
https://api.telecomx.dk/pbx/sipphone/reboot
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
| count | Number | Number of phones that was requested to reboot. |
Example
{ success: true, count: 10 }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/pbx/sipphone/rebootall.txt · Last modified: 2020/02/19 08:18 by Per Møller