Get all api's configured on Apigee

Is there any utility provided by apigee where we can get all the api which are configured in apigee on one click or in on go Please help me on this issue from Apigee Community @Anil Sagar @Dino as you always give right opinion.

1 7 404
7 REPLIES 7

I have found below api which only give list of API PROXY but I need actuall api in each proxy so how do I get..?
https://api.enterprise.apigee.com/v1/organizations/{org_name}/apis

can you give a specific example that shows

  • what you would like to see
  • what you are actually seeing
  • the difference (specifically)

I know it might seem tedious, to explain things in this way. but it's easier for us to understand if you give more context and more examples. And if we understand, then we will be better able to help you.

Hi Dino.

Actually, the requirement is we need to find out how many apis are configured on Apigee in our organization

Hi @Mohsin Khan,

If you want to download all the APIs that are there in an organization, if that's what you mean by "get all APIs configured in Apigee" then there is a utility that does the same job.

Please check this tool on github.

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

Using this you can download all the latest versions of the API bundles locally. Apart from that other related stuff too, like KVMs, developers, Apps, Products and more.

Hope this helps!

Thanks @Mohammed Zuber
In this we only need to change the config.js which will help to get all api right..?

@Mohsin Khan

yes, add the management URL and credentials of the "to" and "from" organizations.

Yes, this works...But can we find the solution to get actual Apigee API's count in numbers....?
I have found the same solution which was asked on foram with below Heading.!

How to get the rest URL of a proxy using an API call?