#File System Activity Tracking Download API

1 messages · Page 1 of 1 (latest)

proud trail
#

HI, do we have API for downloading activity tracking report as the function shown in the GUI?

clear crane
#

Looks like you could get the raw data/information from /storage/volumes/{volume.uuid}/metrics but you'd have to do the calculations yourself. There are no ONTAP REST calls to generate reports that I'm aware of. (or could find). System Manager uses .js functions for a lot of the 'buttons'' that create exports, reports, and downloads. You could also try something like Selenium if you want to automate navigating the GUI. 🤓 I tried using 'Inspect' in the browser and didn't see an actual link for the 'Download' button.

limpid tusk
#

There isn't an API for the activity reports. A tip for figuring out what's going on behind the scenes in System Manager: the little "<>" icon in the upper right corner opens a panel that shows each API as it's called. Click on any of those APIs to run it in its own window.