04 Sep 2017 10:06 AM - last edited on 21 Dec 2023 01:43 PM by MaciejNeumann
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.
04 Sep 2017 10:17 AM
Hi Callum,
it is returning AVAILABLE, NOT_AVAILABLE and UNMONITORED
Kind regards, Philipp
04 Sep 2017 10:22 AM
So in relation to the dynatrace dashboard:
AVAILABLE = Available,
NOT_AVAILABLE = Outage,
UNMONITORED = No data?
04 Sep 2017 02:02 PM
Just an off topic question, is there anywhere i can make suggestions regarding the dynatrace api?
04 Sep 2017 02:13 PM
Sure, just go ahead and submit your ideas to the Product ideas forum 🙂
05 Sep 2018 08:15 AM
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.