- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE 3PAR StoreServ Storage
- >
- Power supply status from WSAPI
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
Forums
Discussions
Discussions
Discussions
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
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
07-22-2021 12:46 AM
07-22-2021 12:46 AM
Power supply status from WSAPI
Hi all,
I am trying to get information from WSAPI about ports,disks,controllers and power supplies. I managed to run simulator of 3PAR but I cannot get inforamtion about controllers and power supply status. I would not like to use SSMC console or CLI because I would like to use this information in other application. Is there a way to accomplish this?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2021 10:22 PM
07-25-2021 10:22 PM
Re: Power supply status from WSAPI
Hello @Mickeyone456,
Not sure which program are you using via WSAPI. 3PAR CLI command 'shownode' will display node details, 'shownode -ps' will display Power Supply details. Check if you can integrate the right commands with the program you are trying. (I don't have expertise in Python or Java to fetch the details from an alternate way)
Regards,
Srinivas Bhat
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
07-26-2021 12:49 PM
07-26-2021 12:49 PM
Re: Power supply status from WSAPI
Hi @sbhat09
we are using .NET to integrate WSAPI commands. We managed to everything else, pulling information about ports, nodes or hosts but we cannot get battery or power supply status directly from WSAPI and I am afraid that is not implemented there, because documentation says nothing about it.