Beginning with SBC Core Release 11.01.00, REST API is deprecated and replaced with RESTCONF API. If you are currently using REST API, refer to Migrating REST API to RESTCONF
The RESTCONF API is provided for administrators who want to script SBC interactions, and for developers who want to programmatically integrate the Ribbon SBC Core into their application.
REpresentational State Transfer Configuration (RESTCONF) API is a simple, stateless architecture style (not a protocol) that uses the HTTP/HTTPS method (such as GET, PUT,POST, DELETE) to retrieve the management information from the database. The main advantage is that it has a simple interfaces and can be modified even when the application is running.
RESTCONF has the following properties:
Client-Server model: In a client-server model, clients are associated with the user interface, and the servers manage data storage behind the interface. This allows a separation between the client and server.
On the SBC main screen, go to All > System > Admin > Rest.
Choose the desired Admin option from the drop-down list to view REST parameters.
The Rest window is displayed
Rest Parameter:
Parameter | Description |
---|---|
State | Enable this flag to allow SBC to support RESTCONF API. |
Make the required changes and click Save.