Actions

Northbound interface: Difference between revisions

Line 19: Line 19:


=== Integration with EMS ===
=== Integration with EMS ===
It is possible integrate the northbound interface into an EMS using http GET, PUT, POST and DELETE commands.
Introduced in version 2.9, the [http://en.wikipedia.org/wiki/Representational_state_transfer RESTful API] allows the provisioning of a [[Tmedia]] VoIP gateway or a [[Tdev]] development platforman. 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 [[Toolpack_Application:web_server|web server]] using standard HTTP methods(e.g., GET, PUT, POST, or DELETE). Data exchanged in requests and responses is in [http://en.wikipedia.org/wiki/JSON JSON] format.
More information [[Northbound_interface:RESTful|here]]


== Dictionary ==
== Dictionary ==

Revision as of 16:11, 23 December 2015

The 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 v2.9, EMS or the tbconfig tool can now configure the Tmedia its through the Northbound interface.


Configuration

The Northbound interface offers multiple ways to configure your system:

tbconfig

The tbconfig tools allows user to directly modify your system's configuration trough multiple modes:

  • cli
  • shell
  • command line

More information about tbconfig here

Integration with EMS

Introduced in version 2.9, the RESTful API allows the provisioning of a Tmedia VoIP gateway or a Tdev development platforman. 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 here

Dictionary

Dictionary v2.9