Able to Export Developers, Apps and Products but unable to import?

Hello! In management UI, we are able to export Developers, Apps and Products as CSV.

However, why can we import the exported CSV?

Nathan Aw (Singapore)

0 3 239
3 REPLIES 3

Hi,

You can to use the apigeetool https://www.npmjs.com/package/apigeetool, using this tool through command line, you can retrieve data and save it as a file. Example: apigeetool listSharedflowDeployments -u EMAIL_ACOUNT -p PASS_ACCOUNT -o ORGANIZATION -n NAME_SHARE_FLOW > output.txt

The example above, will generate a output.txt with the apigee output within it.

i already can export. What i am asking is to import what I exported?

The Apigee migrate tool allows data to be exported and imported.

https://github.com/apigeecs/apigee-migrate-tool

I'd suggest do the export using this tool, as im not sure if the format of your existing export matches.