Actions

Northbound interface:RESTful: Difference between revisions

(Created page with "In computing, Representational State Transfer (REST) is the software architectural style of the World Wide Web. REST gives a coordinated set of constraints to the design of co...")
 
No edit summary
Line 1: Line 1:
= RESTfull Northbound Interface =
In computing, Representational State Transfer (REST) is the software architectural style of the World Wide Web. REST gives a coordinated set of constraints to the design of components in a distributed hypermedia system that can lead to a higher-performing and more maintainable architecture.
In computing, Representational State Transfer (REST) is the software architectural style of the World Wide Web. REST gives a coordinated set of constraints to the design of components in a distributed hypermedia system that can lead to a higher-performing and more maintainable architecture.


Line 5: Line 6:
Reference: [http://en.wikipedia.org/wiki/RESTful Wikipedia]
Reference: [http://en.wikipedia.org/wiki/RESTful Wikipedia]


== RESTfull Northbound Interface ==
== TelcoBridges RESTfull Interface ==
As of Release 2.9, TelcoBridges gateways support a RESTful configuration interface using JSON for data exchange.


Supported RFC
=== Supported RFCs  ===
 
TelcoBridges supports the following RFCs for RESTful API:
 
{| border="1"
|-
! Specification
! Supported
|-
| RFC 7159 The JavaScript Object Notation (JSON) Data Interchange Format
| align="center" | Yes
|-
| Extensible Markup Language (XML) 1.0 (Fifth Edition)

Revision as of 14:33, 18 November 2015

RESTfull Northbound Interface

In computing, Representational State Transfer (REST) is the software architectural style of the World Wide Web. REST gives a coordinated set of constraints to the design of components in a distributed hypermedia system that can lead to a higher-performing and more maintainable architecture.

To the extent that systems conform to the constraints of REST they can be called RESTful. RESTful systems typically, but not always, communicate over HTTP with the same HTTP verbs (GET, POST, PUT, DELETE, etc.) which web browsers use to retrieve web pages and to send data to remote servers.REST interfaces with external systems using resources identified by URI, for example /people/tom, which can be operated upon using standard verbs, such as DELETE /people/tom.

Reference: Wikipedia

TelcoBridges RESTfull Interface

As of Release 2.9, TelcoBridges gateways support a RESTful configuration interface using JSON for data exchange.

Supported RFCs

TelcoBridges supports the following RFCs for RESTful API:

Specification Supported
RFC 7159 The JavaScript Object Notation (JSON) Data Interchange Format Yes
Extensible Markup Language (XML) 1.0 (Fifth Edition)