Actions

Northbound interface: Difference between revisions

Line 32: Line 32:


== Links ==
== Links ==
[[Toolpack_Application:tbconfig|tbconfig tool]]
*[[Toolpack_Application:tbconfig|tbconfig tool]]
[[restful_api_ruby_implementation|Ruby Implementation Example]]
*[[restful_api_ruby_implementation|Ruby Implementation Example]]
[[Postman_tool_integration|Postman Tool Integration]]
*[[Postman_tool_integration|Postman Tool Integration]]


== References ==
== References ==

Revision as of 15:10, 7 August 2023

This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2
SBC 2.9, 2.10, 3.0, 3.2

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

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

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


Links

References

Wikipedia RESTful API