Migrating visual artifacts with REST APIs
In addition to UI-enabled export and import, Cloudera Data Visualization provides REST APIs that give more flexibility in choosing what objects to migrate. While migrating artifacts using the UI allows you to directly specify export of visuals, dashboards, and apps, REST APIs enable you to specify a wider range of migratable objects.
-
Export the objects by submitting a
GET
request on the source machine. For instructions, see Exporting visual artifacts with REST APIs. -
Import the objects by submitting a
POST
request on the target machine. For instructions, see Importing visual artifacts with REST APIs.