markjkelly / apigee-org-cleanup

Clean up script for Apigee Orgs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apigee-org-cleanup

Clean up script for Apigee Orgs

Pre-req

  • NodeJS 8.x or later

Steps

  • Run npm install to install the dependencies
  • Run node cleanup.js and provide the Apigee org, username and password
  • Should remove the following:
    • Developer Apps
    • Developers
    • API Products
    • Custom Reports
    • Shared Flows
    • Extensions
    • API Proxies
    • API Portals
    • API Specs

Caveat

Clean up does not remove monetization-specific entities, and therefore API products and API proxies in monetization orgs may not be completely cleaned up.

About

Clean up script for Apigee Orgs

License:MIT License


Languages

Language:JavaScript 100.0%