Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

Sharing components

You can download all components you create in HCM as JSON-containing .bundle files. You can save these files to back up your HCMcomponents or share them between multiple HCM systems.

For example, if you have two HCM systems, one monitoring an HCP system and the other monitoring the replica, you can create all of your components on one HCM system, export them, and then import them on the other system.

Exporting components

You can export components using the Monitor App, REST API, or CLI.

For REST API, use command POST /export. For CLI, use command exportComponents.

To export components using the Monitor App:

Procedure

  1. Click Sharing > Export.

  2. Select the components you want to export.

    NoteIf you select one component but not the components it depends on, you are prompted to add those missing components.
  3. Click Export.

Importing components

You can import components using the Monitor App, REST API, or CLI.

For REST API, use commands POST /import and POST /import/upload. For CLI, use command importComponents.

To import components using the Monitor App:

Procedure

  1. Click Sharing > Import.

    NoteThe Sharing > Import > Conflicting Item section lists imported items that conflict with existing items in the system. The listed items either already exist in the system or represent a separate item of the same name and type. Users must resolve these conflicts before importing can occur.
  2. Drag and drop the bundle file you want to import into the Upload box.

  3. Click Export.

 

  • Was this article helpful?