Configuration Importation/Exportation
Microservices settings regroup a set of settings that are specific by tenant and stored in the microservice database.
Import/Export API
To configure rs-ingest settings for a specific tenant, you need to follow the generic Import/Export service
configuration guide, it will help you understand the expected JSON
file payload that you can send to the
import configuration endpoint.
This configuration can also be imported or exported through administrator UI.
When you import a plugin configuration, dataset (resetBeforeImport to false) :
- update dynamic tenant settings
- if the ingest chain exists (name exists), it returns an error
- if the ingest chain does not exist (name does not exist), it creates it
When you set resetBeforeImport to true :
rs-ingestresets only its dynamic tenant settings by applying the default valuesrs-ingestdoes not remove any existing ingest chain (same behaviour withresetBeforeImportto false with ingest chain)
Configurable parameters
Dynamic settings for rs-ingest microservice are :
| Name | Type | Default value | Description |
|---|---|---|---|
| active_notifications | Boolean | True | Enable or disable notifications sent to notifier microservice after each action on a product CREATION, DELETION, .. |
| sip_body_time_to_live | Integer | 7 | After this amount of days all SIP in database are cleared. This is done to lower the volume the database size. |
| dump_parameters | Object | {<br/>"isActiveModule":true,<br/>"cronTrigger":"0 0 0 1-7 * SUN",<br/>"dumpLocation":""<br/>}" | Dump parameters. |
| last_dump_req_date | Date | Date of the last dump of AIP done |