Blog
A few our cloud customers on Apigee wanted to know how to figure out the number of Admin users on Apigee instance. In Apigee's cloud based model where the pricing is based on no. of active users, it kind of gets hard to figure out how many active users you have at a given period of time. For this I worked on a small custom node JS app that will help you figure this out.
The request looks like this,
Now getting the data to function is needed and we can use this method to collect the variables needed for making the call.
Now wouldn't you want your program to give some prompts for getting variable data ? Here is where we can use prompt .
Clone the repo here, fork it, make it yours!
The request looks like this,
Now getting the data to function is needed and we can use this method to collect the variables needed for making the call.
Now wouldn't you want your program to give some prompts for getting variable data ? Here is where we can use prompt .
Clone the repo here, fork it, make it yours!