You can migrate XLM configurations from one environment to another. For example, you might first deploy a configuration to a staging or test environment and later migrate it to production.
To migrate an XLM configuration, make two API calls:
Export XLM configuration(s) from one environment.
GET /controller/analytics/xlm/configuration
Optionally, supply a configuration ID, or a comma-delimited list of configuration IDs, as a query parameter.
If this parameter is omitted, the API returns a bulk export of all XLM configurations.
Import a single XLM configuration into another environment.