Move a cloud API from one environment to the other
Use update sets to move a cloud API from one environment to another. Update sets let you group a cloud API and its dependencies into a named set and then move them as a unit to other systems for testing or deployment. For example, you can move a cloud API from a development environment to a production environment.
Before you begin
- Users with the sn_cmp.cloud_service_designer role can only export data sets.
- Users with the admin role can export and import update sets.
Role required: sn_cmp.cloud_service_designer or admin
About this task
Note:
If a cloud API that you export from the source environment
exists in the target environment, when you import this cloud API, it results in two cloud APIs with the same name: one cloud API that existed before the import and another cloud API which you just imported. For example, if you
export the Ansible Configuration API from the development environment and you already have a cloud API with the same name in the production environment, when you import the Ansible Configuration API to the production
environment, two cloud APIs with the same name, Ansible Configuration API, reside in the production environment.