In API GATEWAY how to add multiple API's to an APP with bulk Operations?

Product/components used and version/fix level:

API GATEWAY 10.5

Detailed explanation of the problem:

One of my applications in the API GATEWAY (DEV ENV) lost all the API’s associated with it. Luckily I have PREPROD and PROD environments. So What I want to do now
is to use any built-in APIGATEWAY REST API’s to do a bulk operation so that I can extract all the API’s from that application in preprod and install them in the same way in DEV. I have more than 300 hundred API’s assigned to that application so I need to do this in a good manner.

Error messages / full error message screenshot / log file:

Question related to a free trial, or to a production (customer) instance?

Production MAJOR Customer.

1 Like

hi @a1user,
One of the easiest way i can think of is export you application from preprod tenant.
And Import it on the dev tenant.
This will overwrite the existing application, API and all API will be mapped to application the way it’s been done on pre-prod environment.

Regards
Vikash Sharma

1 Like

How did you lost Dev Api’s ?

No one knows…
I just rebuilt it with the API gateway rest API’s. I passed in as an input parameter an array of API’s UUIDs that were added to the respective application.