HPE 3PAR StoreServ Storage
1826322 Members
3748 Online
109692 Solutions
New Discussion

Power supply status from WSAPI

 
Mickeyone456
Occasional Contributor

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 

2 REPLIES 2
sbhat09
HPE Pro

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]
Accept or Kudo
Mickeyone456
Occasional Contributor

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.