05-15-2024 07:09 AM
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.
05-15-2024 09:03 AM
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
05-20-2024 02:12 AM
Hi @knarayan , Thank you for providing the update on this.