Archiving
There is an archiving process on each IM instance.
Data are stored to S3 storage in organized ZIP files.
The data can be queried from a query service.
Example query:
POST https://im-backup-query.dev1.pricefx.io/query
body
{
"instanceName": "pim-mst-2022-05-18-01-dev",
"value": "xml",
"queryMode": "ENDS_WITH"
}
This code will fetch all values which end with xml
in the instance pim-mst-....
.
IntegrationManager version 5.8.0