I need all configured user login methods in an Ansible playbook.
In the past, I used the Ansible module na_ontap_info for ZAPI.
For the change to Rest, I switched to the module: na_ontap_rest_info
Unfortunately, the configured users with the snmp application are no longer returned to me with the na_ontap_rest_info module.
Any ideas?