How to get the list of inactive APIs in an organization

Is there a way to identify the list of inactive APIs in an organization? Is there any Management API call available that can be used ?

Thanks

1 3 166
3 REPLIES 3

Hi @Akash Prabhashankar

I had written a script sometime back - https://github.com/apigeecs/ApigeeBundleReaper

See if this helps.

Hello savaidyanathan,

I tried running this script on my local MAC , it gives me the following error : 

./bundle-reaper.js

./bundle-reaper.js: line 1: syntax error near unexpected token `('

./bundle-reaper.js: line 1: `var program = require("commander");'

 

I think you need to run it with node.

node ./bundle-reaper.js

Also be sure you've installed the pre-reqs. This is described in the README for that tool.