Skip to content

Importing an Exported ProfileΒΆ

BizMetry allows you to import a previously exported Profile package, recreating all its configuration β€” including Templates, Resource Types, Domains, Frame Types, Environments, Clients, and Resources β€” in the destination account.

This feature is useful for: - Cross-account migrations β€” moving a profile from a test account to a production account. - Backup restoration β€” restoring a Profile from an export file. - Onboarding templates β€” distributing pre-configured Profiles to new accounts or teams.


🧭 Accessing Profile Import¢

  1. Click on the Main Menu icon (☰) from the top navigation bar.
  2. Select "Import Profile" from the menu.

Screenshot pending

Capture required: Main Menu with "Import Profile" option highlighted.


πŸ“¦ What's Included in an Exported ProfileΒΆ

A BizMetry Profile export is a structured package (typically a .json or .zip file) containing:

  • Profile metadata (name, description, language)
  • Full Telemetry Template (Client Types, Resource Types, Domains, Attribute Types, Frame Types)
  • Environment definitions
  • Client configurations
  • Resource registrations
  • Environment Mappings (datasource references may need to be remapped)

Datasource Remapping

Exported profiles do not include datasource credentials. After import, you may need to re-link Environment Mappings to the correct datasources in the target account.


πŸ“₯ Import ProcessΒΆ

Step 1 β€” Upload the Export FileΒΆ

Click "Select File" and upload the .json export file from your local filesystem.

Screenshot pending

Capture required: Import dialog with file upload area and file selected.

Step 2 β€” Review Import SummaryΒΆ

BizMetry parses the file and shows a summary of what will be created:

  • Profile name and description
  • Number of Resource Types, Domains, Frame Types
  • Number of Environments, Clients, Resources
  • Conflicts detected (if a Profile with the same name already exists)

Screenshot pending

Capture required: Import summary screen showing what will be imported and any detected conflicts.

Step 3 β€” Conflict ResolutionΒΆ

If a Profile with the same name already exists in the account, BizMetry offers:

Option Description
Import as new (rename) Creates the imported Profile under a different name.
Overwrite existing Replaces the existing Profile's configuration. ⚠️ Destructive.
Cancel Abort the import.

Step 4 β€” Confirm ImportΒΆ

Click "Import" to trigger the import job. BizMetry will process the file asynchronously.

Background Job

Large Profile imports may take a few seconds to complete. You can monitor progress in the System Jobs panel.


βœ… After ImportΒΆ

Once complete, the imported Profile appears in your Home Screen. You may need to:

  1. Remap datasources β€” link Environment Mappings to your local datasources.
  2. Deploy agents β€” agents from the source account are not included; you'll need to deploy fresh agents.
  3. Verify template integrity β€” review the Template Explorer to confirm all entities were imported correctly.