nutanix / nutanix.ansible

Official Nutanix Ansible collections
GNU General Public License v3.0
64 stars 36 forks source link

[Bug] ntnx_ndb_time_machines_info not fetching all attributes when name is used for fetching #418

Closed bhati-pradeep closed 10 months ago

bhati-pradeep commented 10 months ago

Describe the bug ntnx_ndb_time_machines_info not fetching all attributes when name is used for fetching. It only gives basic info. When UUID is used it gives all attributes like metadata, sla info, snapshot schedules, etc.

To Reproduce

- name: get ndb time machines using it's name
  ntnx_ndb_time_machines_info:
    name: "TM1"
    filters:
      detailed: true

Expected behavior It should give all attributes.

bhati-pradeep commented 10 months ago

Fixed in release v1.9.1