#I may just be having a Monday but I m
1 messages · Page 1 of 1 (latest)
No, this is the way REST works. The "key" fields are always reported. fields is only required for other fields. As you can see, name, uuid, and _links are considered as keys here.
So, how would I limit my output to just the volume names?
You will need to run a filter in another task.
I have a an example in the delete_vserver role:
https://github.com/ansible-collections/netapp.ontap/blob/main/roles/na_ontap_vserver_delete/tasks/get_volumes.yml