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