Samples for common scenarios

Prev Next

In this section, you can see how to create a series of Secure Edge Portal REST API requests and receive corresponding responses. cURL is used to construct the requests. cURL is pre-installed on many Linux and Mac systems. If you are using Windows, you can download cURL from https://curl.haxx.se/. The responses are piped into jq to easily extract specific fields. You can download jq from https://stedolan.github.io/jq/.

In each request, the base URI used is https://<your_company>.manage.iotium.io.

In this section, a series of REST API calls are made for the following common scenarios:

  1. Managing users
  2. Provisioning iNodes
  3. Connecting networks
  4. Getting status of an iNode
  5. Running an edge service
  6. Getting status of an edge service
  7. Using custom security policy