Page 2 of 2

Re: REST API for rrdexport not functioning as documented

Posted: Tue Aug 28, 2018 11:57 am
by Matthewj
Thanks for your help. With the info above, I was able to put together a script to output detailed information through the API (within the limitations of the RRD step levels). I just iterate through importing 24-hour time periods. I needed to convert the epoch time format and output it to CSV, anyway.

Re: REST API for rrdexport not functioning as documented

Posted: Tue Aug 28, 2018 12:59 pm
by scottwilkerson
Matthewj wrote:Thanks for your help. With the info above, I was able to put together a script to output detailed information through the API (within the limitations of the RRD step levels). I just iterate through importing 24-hour time periods. I needed to convert the epoch time format and output it to CSV, anyway.
Nice!