Advanced Legal Pack Extended Observed License Detections
As of Nexus IQ release 165, the Advanced Legal Pack expands Lifecycle's observed license detection from Maven to all of ALP's supported ecosystems. In order to not disrupt existing installation a configuration option must be enabled to receive this new data. New installations have this feature enabled by default.
Enabling Extended Observed License Detections
To enable extended observed license detection a PUT must be made against the config endpoint with the alpObservedLicenseDetectionEnabled
flag set to true
. For example:
curl -u admin:admin123 -X PUT -H "Content-Type: application/json" -d '{"alpObservedLicenseDetectionEnabled": true}' http://localhost:8070/api/v2/config
To disable this functionality the configuration flag can be deleted:
curl -u admin:admin123 -X DELETE 'http://localhost:8070/api/v2/config?property=alpObservedLicenseDetectionEnabled'