Extensions and Configuration
R24 AMR | Min(s) read

Overview of Generic Configuration

This section provides you an overview and lists the services that Generic Configuration microservice provides for product and marketing managed information.

The Generic configuration microservice is used to store all the configuration files in a centralized location so that you can fetch and use it in the application.

Configuration files are grouped and saved in generic configuration microservice. Whenever you require a configuration file, you can call the generic configuration microservice and get the latest configuration file for the application.

There are four APIs available in the generic configuration microservice:

  • POST is used to store configuration file into microservice with base64 file format.
  • PUT is used to edit the configuration file.
  • GET (configuration file) is used to retrieve the configuration file using group id and version id.
  • GET (Group configuration file) is used to retrieve list of configuration files available under the group.

This microservice provides the following services.

  • It is used to store the configuration file and all configuration versions.
  • Configuration files can be grouped into group ID.
  • You can retrieve the configuration files with various versions using the version ID.
  • You can retrieve a list of configuration files under the group.
  • It stores .property, .json and .xml files.

This microservice provides the following features.

Copyright © 2020- Temenos Headquarters SA

Published on :
Friday, May 31, 2024 10:43:00 AM IST