#Has anyone set up a Ansible workbook to update the passwords in Active IQ OCUM?

1 messages · Page 1 of 1 (latest)

tawny valve
#

We are using an AD account for authentication for a Local version of Active IQ OCUM to connect to the clusters. Active IQ OCUM has a REST API and I have been able to access the API to pull the clusters that are using the AD account. SO its possible to update the password via Active IQ OCUM's API. I was just wondering if anyone has done this before i begin the task of trying to do it myself.

neon parcel
#

I've done it in PowerShell with the AIQUM API (Invoke-RestMethod) - so I would think using the 'Uri' module would work with Ansible.