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) > Edge Libraries > Edge Services.
  2. Select the edge service to which you want to add a resource.
  3. Go to the Resources tab.
  4. Click on Add Resource.
  5. Enter the filepath of the resource.
  6. Choose the type Text.
  7. 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