Hi I am using the api to query some data like temperature or status of power-supplies from the filer.
Example:
my $out = $s->invoke( 'storage-shelf-environment-list-info');
The above example returns usefull data on 7.3 and 7.2 simulators but not on the simulator for 8.0. On simulator with version: NetApp Release 8.0RC3X8 7-Mode I get:
Shelf environment data unavailable.
Is this by design? (Can the 8.0-simulator simulate shelfs? Should it simulate them out of the box? Is this something I have to configure extra?)
Thanks, Ingo