#Generate NDMP handshake password with Ansible rest cli

1 messages · Page 1 of 1 (latest)

viral hornet
#

Is there a way to generate the NDMP handshake password with the rest CLI module? I've tried this code but don't get a return.
I have omitted the login parameters.

netapp.ontap.na_ontap_rest_cli:
verb: GET
command: "vserver/services/ndmp/generate-password"
params:
vserver: test-svm
body:
user: ndmp_user

carmine sable
#

Try verb: POST or PATCH

crisp mauve
#

@viral hornet FYI, na_ontap_ndmp module will support generate password option from the next release(23.0.0).

viral hornet
#

When will the release come?

viral hornet
crisp mauve
viral hornet
#

Hi, how do i get the NDMP handshake password with the new release 23.0.0? I did not find a example to it.