Hi, I'm querying (with the python package 9.14) the Shelf Environment List endpoint (https://docs.netapp.com/us-en/ontap-restmap-9131//ses.html#storage-shelf-environment-list-info). I usually specify the fields I'm interested in. In this specific case I'm asking for:
"id", "fans.id", "fans.state", "fans.rpm",
AND:
"fans.installed"
This specific field cause an error because it seems not a valid query field. How is it possible? Is there an error or I'm doing something wrong? Thank you!