Is there a way by exporting the PRODUCT it gives the full definition of it including the with API's and policies associated with that PRODUCT.
That way i can make only two calls to export the complete product and import the complete product somewhere else.
Is there any other best practices to minimize below number of calls to export and import
- Make GET call(s) to REST Management API to export the different API’s from one subscription.
- Make GET call(s) to REST Management API to export the policies from API’s. (Unfortunately, Exporting API’s will not export policies associated with it).
- Make PUT call(s) to REST Management API to import the different API’s to another subscription.
- Make PUT call(s) to REST Management API to set the policies associated to API’s.
- Make GET call(s) to REST Management API to export the different Product’s from one subscription.
- Make GET call(s) to REST Management API to get the list of API’s associated with PRODUCT.
- Make PUT call(s) to REST Management API to create the Product in another subscription.
- Make PUT call(s) to REST Management API to add the API’s to Product.