How to provision files

To be able to orchestrate services on your device, you need to configure all the resources. These resources can be:

  • Text: for content being copied as plain text to the edge node.
  • Shell Script: for resources that will be installed and run according to the selected trigger.

You can create a resource using:


  1. Go to Real-Time Manager (RTM).
  2. On the top-left corner, select the Products menu, represented by three horizontal lines, and then Edge Libraries > Edge Services.
  3. Select the edge service to which you want to add a resource.
  4. Go to the Resources tab and click on Add Resource.
  5. Click on Add Resource.
  6. Enter the Filepath of the resource.
  7. Choose the type Text.
  8. Add the following content to the content block:
Terminal window
My name is {{name}}, and this is my first added resource
  1. Click the Save button.
Go to Work with Variables Guide

Contributors