#na_ontap_info module Vs na_ontap_rest_info module

1 messages · Page 1 of 1 (latest)

drifting wigeon
#

I know na_ontap_rest_info module is the module I should use for future compatibility. But there is some info which is not available by using this module.
Example
"ansibleSvm04": {
"is_space_enforcement_logical": "false",
"is_space_reporting_logical": "false",
How do i getch this info from Netapp.
I tried na_ontap_rest_info module with fileds ** but this is not included.
I checked rest apis and those details are not present as well.

I want a report for all the SVMs to show the value of attributes "is_space_enforcement_logical" and "is_space_reporting_logical".
Any help is appreciated.

drifting wigeon
#

thanks @dull hull I now need to convince my storage team to upgrade to 9.11.1 meanwhile i m using unsupported ZAPI modules.