I am wondering if there is an option to download your uptime report for the year. This would be used to provide SLA metrics to our external and internal customers. If there is not a reporting structure in place can we request an enhancement be made to the site?
Hi there, welcome to the Community!
I understand you're looking to generate an uptime report.
Currently there aren't graphical/in-app options for exporting historical uptime data. The subscriber lists are the only data available for export from the web interface.
However, the API provides access to all the component and incident data. The Get a list of incidents endpoint should provide all the info necessary for a report like this. The fields you might want to look at from the reply:
From that data, you could filter per-component and decide if scheduled events will be part of the downtime calculation. You can get the difference between the created and resolved timestamps to determine the downtime for the incident, and then compare that against the total time in the period you're tracking (quarter, year). I would imagine that something like a python script would be easier to write and schedule for this than an excel macro, but the results of a script could be exported to CSV to manipulate in Excel or create graphs from.
To my knowledge, there are not scripts like this that folks have created and published for others to use. If you do create such a script, it would be interesting to publish on Community for others to benefit from and help improve.
Cheers,
Daniel
Thank you, Daniel,
I will take a look at the API information you provided me. I appreciate your assistance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.