Sanket
Sanket

Reputation: 1

API Migration using wso2 apictl

Can we export and import multiple apis at the same time in different environments using wso2 apictl tool?

Upvotes: 0

Views: 294

Answers (2)

npamudika
npamudika

Reputation: 153

Adding to what Tharika has mentioned, APICTL can only be used to migrate APIs in between different environments of the same APIM version. Migrating APIs across different APIM versions is not supported.

Upvotes: 2

Tharika Madurapperuma
Tharika Madurapperuma

Reputation: 470

We can export multiple APIs at once using the WSO2 API Manager apictl tool. Please refer [1]. That is, you can export all APIs of a particular tenant using the command given in [1]. But importing multiple APIs is not supported.

[1] https://apim.docs.wso2.com/en/latest/learn/api-controller/migrating-apis-to-different-environments/#export-all-the-apis-of-a-tenant-at-once

Upvotes: 2

Related Questions