IBM Cloud Docs
Creating a report of the Activity Tracker Event Routing configuration

Creating a report of the Activity Tracker Event Routing configuration

After configuring your IBM Cloud® Activity Tracker Event Routing resources for your account, you should save a copy of your configuration for reference and backup purposes.

Prereqs

Before you use the CLI to save your IBM Cloud Activity Tracker Event Routing resource data, you must do the following:

  1. Install the IBM Cloud CLI.

  2. Install the IBM Cloud Activity Tracker Event Routing CLI.

  3. Make sure you have configured your settings, routes, and targets.

Saving a copy of your account settings

Run the following command to save a copy of your account settings to a file.

ibmcloud atracker setting get --output JSON > ACCOUNT_settings.json

Where ACCOUNT is a unique indicator for your account.

Saving a copy of your route configuration

Run the following command to save a copy of your route configuration to a file.

ibmcloud atracker route ls --output JSON > ACCOUNT_routes.json

Where ACCOUNT is a unique indicator for your account.

Saving a copy of your target configuration

Run the following command to save a copy of your target configuration to a file.

ibmcloud atracker target ls --output JSON > ACCOUNT_targets.json

Where ACCOUNT is a unique indicator for your account.