Installation and configuration of the Functional Item Management in the OSGi environment.
Prerequisites
As mentioned in the Module Description page the following modules need to be installed as well:
Installation
Automated Installation
The Kit Manager is a utility that enables you to automatically install one or a group of components by executing a predefined install script. For the Things REST API module the kitman scripts are:
To use the Kit Manager to install a component:
kitman.install "Things REST"
If you want to view or edit the content of this script you can find it in the <bosch.iot.sdk_home>/runtime/osgi/bin/pscripts directory in things.rest.txt and things.rest.compact.txt.
To use the compact versions of the RESTful web services, type:
kitman.install "Things REST Compact"
Now your runtime is running together with:
Manual Installation
You can install (and start) one by one only the bundles you need. Take into account their dependencies on other bundles. Find which are the bundles you need to install in the kitman scripts of:
All module bundles themselves are located in the <bosch-iot-edge-services-sdk>/runtime/osgi/bundles directory.
After installing successfully the bundles of the dependent modules, refer to things.rest.txt and install the bundles of the Things REST API module:
After successful installation of the module and after the setup of the configuration via:
the RESTful API is available under localhost and you can access the endpoints.
System and Configuration Properties
There are no properties defined for this module.
Troubleshooting
No troubleshooting information is available for this module.