Northbound interface

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Updated page)
Line 7: Line 7:
  
 
The Northbound interface offers multiple ways to configure your system:
 
The Northbound interface offers multiple ways to configure your system:
 +
 +
=== Integration with EMS ===
 +
Introduced in version 2.9, the RESTful API (See wikipedia [http://en.wikipedia.org/wiki/Representational_state_transfer 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 [[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 on the TelcoBridges implementation of the [[Northbound_interface:RESTful|RESTful API here]]
  
 
=== tbconfig ===
 
=== tbconfig ===
Line 15: Line 22:
 
* command line
 
* command line
  
More information about tbconfig [[Toolpack_Application:tbconfig|here]]
+
More information about [[Toolpack_Application:tbconfig|tbconfig tool here]]
 
+
=== Integration with EMS ===
+
Introduced in version 2.9, the RESTful API (See wikipedia [http://en.wikipedia.org/wiki/Representational_state_transfer 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 [[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 on the TelcoBridges implementation of the [[Northbound_interface:RESTful|RESTful API here]]
+
 
+
 
[[Category:Glossary]]
 
[[Category:Glossary]]
 
[[Category:Revise on Major]]
 
[[Category:Revise on Major]]

Revision as of 10:07, 15 January 2020

The Northbound interface allows a higher-level component to configure. This is particularly useful for deployment of large number of units in the field.

Contents

TelcoBridges and Northbound interface

Starting with v2.9, EMS or the tbconfig tool can now configure the Tmedia 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

Personal tools