Actions

Northbound interface: Difference between revisions

(Updated link to make it clearer)
 
(8 intermediate revisions by the same user not shown)
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}}
{| class="wikitable"
|-
|rowspan="3"|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 ==
== TelcoBridges and Northbound interface ==
Starting with v2.9, EMS or the tbconfig tool can now configure the ''T''media through its Northbound interface.
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 ==


The Northbound interface offers multiple ways to configure your system:
The Northbound interface offers multiple ways to configure your system:
=== tbconfig ===
The [[Toolpack_Application:tbconfig|tbconfig]] tools allows user to directly modify your system's configuration through multiple modes:
* cli
* shell
* command line
More information about tbconfig [[Toolpack_Application:tbconfig|here]]


=== Integration with EMS ===
=== Integration with EMS ===
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 platform. The configuration of the device is seen as collections of resources than can be queried/modified through this interface.  
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.
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.
Line 24: Line 30:
More information on the TelcoBridges implementation of the [[Northbound_interface:RESTful|RESTful API here]]
More information on the TelcoBridges implementation of the [[Northbound_interface:RESTful|RESTful API here]]


== Dictionary ==
[[Web_Portal_Tutorial_Guide_v2.9|Dictionary v2.9]]


== Links ==
*[[Toolpack_Application:tbconfig|tbconfig tool]]
*[[restful_api_ruby_implementation|Ruby Implementation Example]]
*[[Postman_tool_integration|Postman Tool Integration]]
*[https://forums.freesbc.com/t720-download-full-active-configuration-and-other-things-from-webgui-in-json-format Download full Active Configuration]
== References ==
[http://en.wikipedia.org/wiki/Representational_state_transfer Wikipedia RESTful API]


[[Category:Glossary]]
[[Category:Glossary]]
[[Category:Revise on Major]]
[[Category:Revise on Major]]

Latest revision as of 15:23, 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