#team Can you please help me how to get
1 messages · Page 1 of 1 (latest)
I think this is na_ontap_info module response?
desired_attributes helps to get specific fields
- name: get snapshot info
netapp.ontap.na_ontap_info:
gather_subset: snapshot_info
query:
snapshot-info:
name: "{{ snapshot_name }}"
volume: "{{ volume_name }}"
vserver: "{{ vserver }}"
desired_attributes:
snapshot-info:
access-time:
afs-used:
busy:
this will return default + access-time, afs-used, busy keys