apigee-migrate-tool exportAll error: null

hi all,

I am using the Apigee migration tool, and used command 'grunt exportAll -v' to export data, but I'm having this error below:

Running tasks: exportAll

Running "exportAll" task

getting proxies...{IP:port}>> null

apigee version used: 4.19.01.00

is there something wrong with our URL for us to get null? or do we have to update the code because the tool was last updated on May 2018 and may not accomodate Apigee latest versions?

Thanks

0 2 137
2 REPLIES 2

Is it still a connectivity issue? Are you able to call the management api directly from where you're running the export tool to list the API proxies that are available?

I tried to use console.log and this is what i see in the body.

{"fault":{"faultstring":"Unable to identify proxy for host: secure and url: \/platform\/{env}\/apis","detail":{"errorcode":"messaging.adaptors.http.flow.ApplicationNotFound"}}}

and the response.statusCode is 404.