On Fri, Oct 19, 2007 at 02:31:57PM -0700, Hackworth, Brian wrote:
You can hit the DFM server with an HTTP request to send you the data it would have shown you in the filers-ops report, but in a different form, such as comma-separated values.
Use a URL like
http://%7Bdfm-server%7D:8080/dfm/report/filers-ops?output-format=xls
Great. That'll work perfectly. Grabbing it as a csv will make it easy for my needs.
And now I understand the relationship with the reports that I see on screen.
Is the web query format documented somewhere? For instance, I don't need it, but is there an equivalent to the -q option for removing the header lines?
Thanks!