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.