Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We created an 'om_releases' table in App Manager for storing Application Resource URL/Endpoint, Application Type(Popflow, Config, Data API, Queue Adapter, etc) and Version. These details will be used on the Provisioning screen(see below iamge) when user is going to add an Application Resource to provision a new Customer. He will be able to select the version for each Application resource based on the data inside the 'om_releases' table.

...

To add entries into the ‘om_releases' table, we need to use the following API: '/api/v2/provisioning/application/release’. This API will be called from outside of App Manager. It could be a pipeline or an independent User Interface.

...