Northbound interface: Difference between revisions
No edit summary |
(Updated page to add RESTful API) |
||
| Line 1: | Line 1: | ||
The Northbound interface allows a higher-level component to configure. This is particularly useful for deployment of large number of units in the field. | {{DISPLAYTITLE:RESTful API and Northbound interface}} | ||
=== '''''Applies to version(s): v2.9 and above''''' === | |||
The RESTful API and Northbound interface allows a higher-level component to configure. This is particularly useful for deployment of large number of units in the field. | |||
== TelcoBridges and Northbound interface == | == TelcoBridges and Northbound interface == | ||
Starting with | Starting with version 2.9, an external application using the RESTful API can now configure the TelcoBridges devices through its Northbound interface.<br> | ||
Some implementation, like the tbconfig tool provided by TelcoBridges can be used to configure the TelcoBridges devices through its Northbound interface. | |||
== Configuration == | == Configuration == | ||
Revision as of 13:00, 11 January 2023
Applies to version(s): v2.9 and above
The RESTful API and Northbound interface allows a higher-level component to configure. This is particularly useful for deployment of large number of units in the field.
TelcoBridges and Northbound interface
Starting with version 2.9, an external application using the RESTful API can now configure the TelcoBridges devices through its Northbound interface.
Some implementation, like the tbconfig tool provided by TelcoBridges can be used to configure the TelcoBridges devices through its Northbound interface.
Configuration
The Northbound interface offers multiple ways to configure your system:
Integration with EMS
Introduced in version 2.9, the RESTful API (See wikipedia RESTful API ) allows the provisioning of Tmedia VoIP gateway or ProSBC. The configuration of the device is seen as collections of resources than can be queried/modified through this interface.
HTTP requests are sent to the web server using standard HTTP methods(e.g., GET, PUT, POST, or DELETE). Data exchanged in requests and responses is in JSON format.
More information on the TelcoBridges implementation of the RESTful API here
tbconfig
The tbconfig tools allows user to directly modify your system's configuration through multiple modes:
- cli
- shell
- command line
More information about tbconfig tool here