The NetApp Community is moving to a new platform and is in Read-Only mode. Click to learn more.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

StorageShelfListInfoRequest

pranasslezas
2,385 Views

Hello,

I am trying via java get sensor information. For example front panel tempreature sensor current value.

As i understan via StorageShelfListInfoRequest i can get list of sensors.

i am running code:

StorageShelfListInfoRequest req3=new StorageShelfListInfoRequest();

StorageShelfListInfoResponse resp3=StorageShelfListInfoResponse();

And on second row i got error:

com.netapp.nmsdk.ApiExecutionException: Mailformed XML: Expected element tag phy-expander-info, actual element tag phy-expander-info

Maybe someone have ideas why this error accurs or how to retrieve sensors data?

Regards,

Pranas

0 REPLIES 0
Public