User Tools

Site Tools


api:sbc:server:list

API : SBC Servers List

Introduction

This request will return a list of all the SBC servers.

Request

URL https://api.telecomx.dk/sbc/server
Method GET
Access level RESELLER_ADMIN with TELE feature, or ADMIN.

Query examples

https://api.telecomx.dk/sbc/server

Response

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.

Response example

[
  {
    _id: '2.1.1.1',
    hostname: 'sbc01.telecomx.dk',
    serviceMode: false
  },
  {
    ...
  }
]

Errors

Error code Message Description
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/sbc/server/list.txt · Last modified: 2023/10/30 21:40 by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki