cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Required APIM Migration Steps

anilkumar
Employee
Employee

Hi Team,

Can anyone help on how to do the APIM Migration from one org to another org. We have created few of the API's along with the policies. We need to move these to another org . Please let us know if there is any documentation on this.

2 REPLIES 2

knarayan
Employee
Employee

Hi Anil,

Thank you for posting. The recommended approach to automate these type of API migrations is to use our API Management public APIs. And you have a couple of different options to do this. 


1. Use the Migrate an API Version API to migrate all your APIM assets in a version including the policies from source org to destination org. Documentation and usage of this API is below:
https://docs.snaplogic.com/public-apis/post-apim-migrate-version-version-path.html

2. the second option is to use the Export and Import an API version public APIs to move the APIs to the destination org. This option will export the assets to a zip format for export/import. Details are in this docs pages
https://docs.snaplogic.com/public-apis/get-apim-export-version.html
https://docs.snaplogic.com/public-apis/post-apim-import-version.html



Hi @knarayan , Thank you for providing the update on this.