Last Modified: Nov 22, 2021
Affected Product:
See more info
BIG-IQ Device
Known Affected Versions:
5.4.0, 5.4.0 HF1, 5.4.0 HF2
Fixed In:
6.0.1
Opened: Feb 02, 2018
Severity: 3-Major
After upgrading, BIG-IQ returns an error when attempting to revoke a license from an unmanaged BIG-IP.
Unable to manage assigned licenses. Get a 400 error: "You must provide the uuid, a username, and password when revoking the license for an unmanaged device."
Trying to manage license for an unmanaged BIG-IP device from BIG-IQ.
Manually delete the association using REST, and providing the username/password and device ID: restcurl '/mgmt/cm/device/licensing/pool/purchased-pool/licenses/$licenseID/members/$memberID -u admin:a -X DELETE -d '{"username":"admin","password":"$memberPassword","uuid":"$memberID"}'
This issue has been resolved.