Skip to main content
Question

Extracting historical data that will show the patches applied in a monthly basis

  • December 9, 2022
  • 1 reply
  • 135 views

Forum|alt.badge.img

Hi all,

I would like to ask if there are any ways to extract the historical data to create the line graph as shown where the patches applied are shown in a monthly basis

 

This graph is under Reports > Overview Report

 

Thanks,

bigJohn

1 reply

  • Automox Employee
  • December 12, 2022

Hi bigJohn,

 

You can use our API to extract “patch-history” over the last 30 days using the link below. The code as-is will spit out a json file, but if you have an analytics tool like PowerBI (or any other BI tools) you can run this API in it and create your own line graph.

 

https://developer.automox.com/openapi/axconsole/operation/getDataExtracts/

 

Thank you.