
KennyHorn asked a question.
Hi,
Migrating from FlexNet Device Manager version 5.1.2 (Avid Floating Licence Server) to FlexNet License Server Manager version 2021.12.2.
I’m struggling to find the same data in the new API calls. For years I’ve been parsing XML data from the API endpoint ‘/fne/xml/features‘ and ‘/fne/xml/devices’ to plot usage:
From ‘/fne/xml/features‘ for each feature name I get the count.
From ‘/fne/xml/devices’ for each device feature name I get the served count, reserved count and reserved used.
From ‘/api/1.0/features’ I can get the featureName, featureCount, used and reserved.
But ‘/api/1.0/clients’ does not return the feature name used or whether it’s reserved.
Seems what was previously quite simple may be quite a complex lookup and cross-reference of hostid’s. It looks like you’d have to lookup all of the reservationgroup id’s to get a list of reserved hostid's, then lookup these hostid's in the clients json, to see whether a reserved licence is in use.
Has anyone experienced this? Just wanted to check I’m not missing something before I start trying to migrate my code!
Kenny