-
Notifications
You must be signed in to change notification settings - Fork 132
Fireprox Utilities
CredMaster uses Fireprox API's heavily, but it's not a perfect tool and can sometimes leave API's configured in the cloud if it errors out. The utility functions provide a way to manage and remove dangling APIs as you would through the legitimate Fireprox tool. There are three functions:
credmaster.py --api_list
This is essentially the same as the list
command in the original FireProx. This will iterate over all regions and list out any APIs in use with detailed information.
credmaster.py --api_destroy {id}
This is essentially the same as the delete
command in the original FireProx. This will delete an API of the specified ID.
credmaster.py --clean
This is slightly different from the original FireProx, it will instead iterate over every region and delete every instance of a FireProx API. It will leave any non-fireprox related APIs, but this is irreversible. Best used for if you have lots of APIs created, but don't want to delete them one-by-one.