This request will return a list of all the SBC servers.
| URL | https://api.telecomx.dk/sbc/server | |
|---|---|---|
| Method | GET | |
| Access level | RESELLER_ADMIN with TELE feature, or ADMIN. | |
https://api.telecomx.dk/sbc/server
The response is an array of SBC servers.
| SBC server object (JSON) | ||
|---|---|---|
| _id | String | IP address of the SBC server. |
| hostname | String | Hostname of the SBC server. |
| serviceMode | Boolean | True if the SBC server is in service mode and does not accept new calls to handle. |
Note that properties holding no value may be omitted from the object.
[ { _id: '2.1.1.1', hostname: 'sbc01.telecomx.dk', serviceMode: false }, { ... } ]
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |