Hi Experts,
I am trying to fetch the onbaord key manager backup output. i am bale to fetch it but the output is like a single line and not on the requred format how it shows on the actual ontap cli.
how can i get the output in same format as ontap cli?
- name: Fetch encrypted backup output for onboard key manager on {{ fc_desti_hostname }}
netapp.ontap.na_ontap_rest_info:
<<: *login
gather_subset:
- security/key-managers
fields:
- enabled
- onboard
use_python_keys: true
delegate_to: localhost
register: ontap
- debug: var=ontap