cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
705
Views
0
Helpful
1
Replies

IOx app development, how to read parameters set by the fog_installation API?

Garnio0599
Level 1
Level 1

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

1 Reply 1

Garnio0599
Level 1
Level 1

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