Appendix
REST Architecture
A REST (Representational State Transfer) architecture interacts with distributed systems and is commonly used for websites. REST uses four actions: POST, GET, PUT, and DELETE. These actions expose the four basic functions of persistent storage: Create, Read, Update, and Delete (CRUD). The responses to these RESTful actions can be returned in various formats. A RESTful JSON API responds to REST requests with JSON.
JSON Data
JSON (JavaScript Object Notation) is a text-based, human-readable data interchange that represents simple data structures and associative arrays.
Examples
- Using curl for Commissioning
- Using Curl to Enable PPP
- Using Curl to Log In
- Using Curl to Save the Current Configurations and Reboot
- Using Curl to Add a Firewall DNAT Rule
- Using Curl to Add a Firewall Filter Rule
- Using Curl to Delete a Firewall Filter Rule by Name
- Using Curl to Delete a Firewall Filter Rule by Index
- Using Curl to Send an SMS
- Using Curl to Delete an SMS
- Using wget to Send SMS
- Using Curl to Manage CA certificates
- Using Curl to Manage Telit Radio Firmware Upgrade
- Using Curl to Upload and Check Firmware Upgrade File
- Find out the Hardware Version