I'm trying to clean up and reorganize our endpoints in Gravityzone. I'd like to periodically dump a list of endpoints, *including the group name* into a spreadsheet.
I can run reports and export these to CSV, but 'Group' is not a column in any of the reports that I've seen.
I can set the filter under Network to Depth -> All items recursively -- but this displays all of the groups first, and all of the endpoints (regardless of their depth) afterwards -- an exploded tree with endpoints under each group would be fine.
Is there a way to do this that I'm missing?
The only thing that has worked is clicking into each group, using 'Inspect' to show the structure of the HTML, and copying and pasting the elements into a separate HTML file. That was fine to do once, but I'd like to be able to dump everything all at once whenever I want.