Samples of GET, PUT, POST, DELETE and REST operations to send/receive data to/from the REST API Reference Guide.
cURL http://curl.haxx.se is a free cross-platform library and command-line tool that can be used to send/receive data using URL syntax.
The DELETE method allows you to delete a Sonus SBC Edge REST Resource.
The GET method allows you to retrieve data from the Sonus SBC Edge REST Resource.
The Login Resource is used to establish a secure session with the . The user provided in the URI parameters of this resource must be created through the WebUI prior to using the API and must be of the REST access level.
The POST method can be performed on a resource to modify the resource with or without an action parameter in the URL.
The PUT method allows you to create and modify Sonus SBC Edge REST Resource. Unlinke the POST Resource, modifying a resource with PUT requires all parameters to be sent in the request (including the resource's identifier).