Importing an application or environment
After exporting an application or environment definition (.tar file),
you can import it into a new Concert instance as part
of a migration or replication process. Upon import, the data is reassessed and appears in your
Inventory and Arena view.
Attention: To ensure the security and integrity of your organization's data and
resources, it is recommended that you get approval from your CISO or security team before exporting,
storing, or sharing Concert data.
Before you begin
- You must have Admin access to the Concert instance.
- Refer to Exporting an application or environment for instructions
to export a
.tarfile containing the application or environment data.
Instructions
You can import an application or environment definition using the Concert API or from the user interface (UI).
To import an application or environment definition file using the API:
Use the following command to import a file Concert instance:
curl -k -X POST 'https://<concert-domain>/ingestion/api/v1/import_files' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: multipart/form-data' \
-H 'InstanceId: <InstanceId>' \
-F 'file=@<filepath>'
To import an application definition file from the UI:
- In your Concert instance, click from the navigation.
- Click .
- Upload the relevant exported
.tarfile from the workstation. - Click Upload.
Refresh the Applications inventory page to view the imported application definition.
To import an environment definition file from the UI:
Warning: If the
name of the environment you import to Concert is the
same as an existing environment, then the existing environment details get overwritten with new
one.
- In your Concert instance, click from the navigation.
- Click .
- Upload the relevant exported
.tarfile from the workstation. - Click Upload.
Refresh the Environment inventory page to view the imported environment definition.
Is this also true for applications?