#Apply Encryption Key to NSE Drives

1 messages · Page 1 of 1 (latest)

exotic relic
#

Wondering if there is a way to apply a NSE-AK key to NSE Drives via Ansible. Are there any modules that can do this, or would I have to use the URI module to hit an API directly, or pass a CLI Command via the na_ontap_command module or similar?

Im thinking I'll need to use the URI module and hit this (which I got from Swagger):

curl -X PATCH "https://<mgmt-ip>/api/storage/disks?name=*&encryption_operation=rekey_data_auto_id" -H "accept: application/hal+json" -H "Content-Type: application/hal+json"

granite meteor