- Community Home
- >
- Storage
- >
- HPE Nimble Storage
- >
- HPE Nimble Storage Solution Specialists
- >
- Nimble Capacity Reporting
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2023 04:13 AM - last edited on тАО03-10-2023 06:09 AM by support_s
тАО03-09-2023 04:13 AM - last edited on тАО03-10-2023 06:09 AM by support_s
We are looking to automate the capacity reporting from Nimble storage arrays every week as an email that is sent out. This is to be kept informed of the capacity and space consumptions in place .
I tried the executive option in infosight but its very simple with space savings alone doesnt really show whats taking up the space.
Any help?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2023 03:58 AM
тАО03-10-2023 03:58 AM
SolutionHi Niveda
You may use the REST API provided by HPE Nimble Storage to automate capacity reporting and get more detailed information about storage consumption.
Here are the general steps you can follow:
1. Set up an API token in the HPE Nimble Storage UI by going to the Administration menu and selecting API Tokens. Create a new token with the appropriate permissions to access the data you need for the capacity report.
2. Use a scripting language like Python to create a script that retrieves the necessary data from the HPE Nimble Storage array using the REST API. You can use the "get" method to retrieve data on volumes, snapshots, capacity, usage, and more.
3. Organize the data retrieved from the array and create a report in a format that can be sent via email. You can use Python libraries such as Pandas or NumPy to manipulate and analyze the data, and then generate the report in a format such as CSV or Excel.
4. Use a task scheduler or cron job to run the script automatically every week and send the report via email. You can use the Python built-in smtplib library to send the email with the report as an attachment.
Here are some helpful resources to get started with the HPE Nimble Storage REST API and Python:
тАв HPE Nimble Storage REST API Documentation: https://infosight.hpe.com/InfoSight/media/cms/active/public/pubs_api_nimblestorage_nimblestorage-REST-API.pdf
тАв HPE Nimble Storage REST API Quick Start Guide: https://infosight.hpe.com/InfoSight/media/cms/active/public/pubs_api_nimblestorage_nimblestorage-REST-API-quick-start.pdf
тАв Python Requests Library (for making REST API calls): https://docs.python-requests.org/en/latest/
тАв Python Pandas Library (for data manipulation and analysis): https://pandas.pydata.org/
hope this helps!
Regards
Mahesh.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2023 06:06 AM
тАО03-10-2023 06:06 AM
Re: Nimble Capacity Reporting
Thanks Mahesh!
Much appreciated!
Also latest update from HPE that Engineering works on this feature in the browser to send out email notifications and is in process.Theres an RFE too.
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2023 07:38 AM
тАО12-20-2023 07:38 AM
Re: Nimble Capacity Reporting
Hello Everyone can anyone help me with these docs please, I am uanble to download them-
Here are some helpful resources to get started with the HPE Nimble Storage REST API and Python:
тАв HPE Nimble Storage REST API Documentation: https://infosight.hpe.com/InfoSight/media/cms/active/public/pubs_api_nimblestorage_nimblestorage-REST-API.pdf
тАв HPE Nimble Storage REST API Quick Start Guide: https://infosight.hpe.com/InfoSight/media/cms/active/public/pubs_api_nimblestorage_nimblestorage-REST-API-quick-start.pdf