NetApp / ontap-rest-python

This repository contains sample code illustrating how to access the ONTAP REST API using Python. This Repository also contains ONTAPI Usage reporting code that helps to identify ONTAPI usage in your environment using ONTAP REST APIs.
BSD 3-Clause "New" or "Revised" License
60 stars 41 forks source link

How can I list top 5 paths that a specific user consumes most for data storage? #29

Closed iamdian0 closed 3 years ago

iamdian0 commented 3 years ago

Dear Sir/Madam,

We have would like to list out top 5 paths that a specific user consumes most for data storage to help user clean up their disk space.

It looks this might be the most relevant example script: https://github.com/NetApp/ontap-rest-python/blob/master/examples/python_client_library/file_system_analytics.py

But just want to understand better how it works to solve our specific issue. I also appreciate it if you can add me to the slack channel as I noticed in other threads.

Thanks,

github-actions[bot] commented 3 years ago

Thank you for reporting an issue! If you haven't already joined our Slack community, then we invite you to do so. This is a great place to get help and ask questions from our community.

iamdian0 commented 3 years ago

Thank you for reporting an issue! If you haven't already joined our Slack community, then we invite you to do so. This is a great place to get help and ask questions from our community.

It says this link no longer works .. can you send me a new link to join the slack community?

RobertBlackhart commented 3 years ago

This should be the latest link to join Slack: https://join.slack.com/t/netapppub/shared_invite/zt-njcjx2sh-1VR2mEDvPcJAmPutOnP~mg

If you have specific questions about how the script works or how you would want to modify it for your needs, you can ask in the Slack channel. This script shows how to dump some volume-level analytics. More advanced file-level analytics may be part of future ONTAP releases.