cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

License consumption Alert

Rohan.Vaikkath
AppDynamics Team

Hi ,
Is there a way to create an alert for license consumption, without going to the license page on the controller can I just create an alert or query an API to send me an email when license consumption is about to hit the limit?

Thanks!

2 REPLIES 2

Stéphane.PAPIN
Builder

Hi,

On premises only

  1. Make an ksh on your server.
  2. In this script : use api to get licence usages
  3. (https://docs.appdynamics.com/appd/21.x/21.2/en/extend-appdynamics/appdynamics-apis/license-api#id-.L...)  and define when trigger when you wand receive email (by sendmail) 
  4. Add script in crontab every hours (for exemple)

Regards

Hi Stéphane, thank you for your great answer, I will keep this in mind, but in the above case I was looking for a solution in terms on SaaS Controller.