#Unable to retrieve aggregate for a specific volume using module netapp.ontap.na_ontap_rest_info

1 messages · Page 1 of 1 (latest)

celest kettle
#

Using this module, I could find the volume information without it's respective aggregate. Can anyone please let me know how can I get the aggregate detail for a specific volume using Ansible?

faint oriole
#

This should work:
na_ontap_rest_info: gather_subset: - storage/volumes fields: - aggregates.name