#team Can you please help me how to get

1 messages · Page 1 of 1 (latest)

gray night
#

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

frosty crane
#

@gray night i am not able to get the reqquired deails. My aim was to delete the old snapshot by passing the volume name and vserver name

#

can you help me