Import and Export
Import and export the configurations of the Aspire objects, such as: Seeds, Workflows, Credentials, Connections, Connector Instances, Policies, Schedules and others.
Exporting Individual Objects Configuration
Configuration objects can be exported from their tab. For example, in the Seeds tab, any seed can be selected and then exported.
When exporting a configuration object, all related dependencies are also exported; the following list contains the dependencies included when exporting each object type.
Seed: Associated workflows, connection, connector, credentials, and policies.
Connection: Associated credentials and policies.
Connector: There are no dependencies for this object type.
Credential: Associated policies.
Workflow: There are no dependencies for this object type.
Policy: There are no dependencies for this object type.
The exported configuration does not include the binary of the resource files used by any of the included configuration objects
Exporting Full Server Configuration
It is possible to do a full export of all configuration objects available in the Aspire server. This can be done by expanding the Tools menu on the left side of the UI.
Importing Configurations
Importing the configuration of previously exported objects can be done by expanding the Tools menu on the left side of the UI:
This will create all configuration objects included in the imported file.
If any of the configuration objects imported have the same ID as any of the already existing objects of the same type, the imported object will override the existing one.
For more information about the Import and Export API, please go here.