We want to calculate some new values and create alerts according to API response. You can see sample data bellow.
inUse : 5
max : 75
case: If inUse value is greater than %80 of max value we need to fire alert.
We want to calculate some new values and create alerts according to API response. You can see sample data bellow.
inUse : 5
max : 75
case: If inUse value is greater than %80 of max value we need to fire alert.