A new Flexera Community experience is coming on November 25th. Click here for more information.
Hello Everyone,
Is it possible to build an adapter that would update consumed entitlements value of a license, based on some external data?
I am talking about Custom Metric licenses here, where instead of entering data manually we'd have some jobs scheduled that would extract data and update consumption automatically (and consumption is not based on user or device, so we cannot count allocations)
Good example is number of API calls to google services
To my knowledge there is no such option in business adapter studio, but maybe there is another way.
PS We are using FNMS on-prem
KR,
Jan
Jan 07, 2020 07:14 AM - edited Jan 07, 2020 07:15 AM
@JanPie - Since you have FNMS On-Premises, you can use direct SQL within a Business Adapter to to update the consumption for a License with a Custom Metric, such as:
UPDATE SoftwareLicense_MT SET NumberInstalled=### WHERE Name='XXX'
Kirk
Jan 07, 2020 08:22 AM
@JanPie - Since you have FNMS On-Premises, you can use direct SQL within a Business Adapter to to update the consumption for a License with a Custom Metric, such as:
UPDATE SoftwareLicense_MT SET NumberInstalled=### WHERE Name='XXX'
Kirk
Jan 07, 2020 08:22 AM
Thank you Kirk!
When I was researching this on my own I didn't realize that's the column responsible for consumption.
Looks very straightforward so I think we'll go with this approach.
Kind regards,
Jan
Jan 07, 2020 08:51 AM
Apr 19, 2021 02:47 AM
@lcfernandez - For FNMS Cloud, your only option to record the consumption of a "Custom Metric" license is to manually enter the consumption through the Web Console.
Apr 19, 2021 06:09 AM
Please vote for the following idea if updating license consumption details using a business adapter like discussed above would be of value to you: FXONE-I-452: Update consumption for licenses (Type=Custom Metric) via Business Adapter
Mar 05, 2024 04:46 AM