...
Navigate to Admin Area: Access the admin area of Smartfacts CDCM. (Cogwheel icon at the bottom left in the side menu)
Select Export & Import
Click on the Import Metadata button
Choose the file which contains the exported content
If Confirm possible version mismatch is checked, no additional confirmation of a possible version missmatch will be issued
Click on the button Import
Via Endpoint
Perform a POST on
/{spaceKey}/api/v1/deployment/customizations/import
The following attribute can be set:
confirmVersionMismatch | boolean | optional |
---|
If set to true, the operation will be performed even if there is a version missmatch detected
Also, there is the option to just determine how the outcome of the import (how many data sets will be updated and how many will be created) would look like.
For this, perform POST on /{spaceKey}/api/v1/deployment/customizations/import/impact
with the same parameter as above.