What values does the timeseriesID of com.dynatrace.builtin:webcheck.availability return?
I know AVAILABLE is one of the values that get returned, i'm guessing the others are precisely OUTAGE and NO-DATA?
Solved! Go to Solution.
Hi Callum,
it is returning AVAILABLE, NOT_AVAILABLE and UNMONITORED
Kind regards, Philipp
So in relation to the dynatrace dashboard:
AVAILABLE = Available,
NOT_AVAILABLE = Outage,
UNMONITORED = No data?
Yes, exactly.
Just an off topic question, is there anywhere i can make suggestions regarding the dynatrace api?
Hi,
The above is helpful, but I see that the could return the following possible statuses:
AVAILABLE,
INITIALIZING,
NOT_AVAILABLE,
UNMONITORED,
MONITORING_SIGNAL_LOST,
UNKNOWN
The question that I have is that given the possible statuses, what does each status mean, and what conditions would result in these statuses?
I need this so that I can accurately provide this to our availability management team.