I use Powershell to create a script,
ONTAP Powershell Version is 9.14.1
I user get-ncdisk command to get disk information,
and my environment is simulator,
At the beginning the command [get-ncdisk] can be use,
but suddenly I can't use get-ncdisk,
and system force me to use -zapi to performance,
but zapi can't get some information,
for example when I don't -use -zapi, I can see Shelf ID
but If I use -zapi, the Shelf ID Field is empty,
how can fix this problem?