IOx app development, how to read parameters set by the fog_installation API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2020 02:18 AM
The Kinetic GMM APIs /v2/fog_installations/{id} allows to change specific application parameters before starting an IOx app. What development needs to be done to read these parameters in an IOx python applications built with docker?
I already followed the lab to create an IOx app that reads parameters from an ini file but could not find examples of reading parameters set by the kinetic /v2/fog_installations/{id} API
- Labels:
-
IOx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020 03:04 AM
I did find the issue, the package_config.ini file needs to also be in the app_package folder prior to package the docker container using the ioxclient. Once added the parameters show up in the app specific parameter list and are accessible from the API
