Versions Compared

Key

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

...

  1. Navigate to Admin Area: Access the admin area of Smartfacts CDCM. (Cogwheel icon at the bottom left in the side menu)

  2. Select Export & Import

  3. Click on the Import Metadata button

  4. Choose the file which contains the exported content

    1. If Confirm possible version mismatch is checked, no additional confirmation of a possible version missmatch will be issued

  5. Click on the button Import

Via Endpoint

  1. 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.