in an effort to get visibility of our software and license usage, McNeel Rhino is the next item on our list. We are using a license management tool which we can feed with license and usage date for products to track compliance.
For our locally installed Rhino Zoo we built a script which parses the html returned from calling http://zooserver/status which runs daily and therefore gives us a daily view of the currently used licenses.
We want to do something similar for Cloud Zoo. Just a simple Powershell based script with a GET which retrieves a simple list of users and devices and their used Rhino licenses. Just like it gets returned from LAN Zoo.
I could not find a similar function for Cloud Zoo. Does anyone have an idea or solution for this rather simple requirement?
As a Cloud Zoo user I would be very unhappy if a third party was able in any way to access any information from the Cloud Zoo regarding my account or usage of Rhino from the Cloud Zoo server. It would be a major breach of my inherent trust of the Cloud Zoo system.
The requested functionality would be a bonanza for anyone trying to hack user’s systems via the Cloud Zoo.
I am confused. How would a GET request here be any different from any other request made through an API? I can get the same license relevant data from Microsoft or Adobe. Any API call made needs to be of course be approved and authenticated first but still… this is by no means something new.
Are you requesting access to information about licenses members of an individual Team on the Cloud Zoo of which you are the owner or an admin? Access by the owner or admin of a Team to information about users and licenses associated with that individual Team is a different matter than access to the Cloud Zoo in general.
I’ve just come across this thread searching for some information to achieve something very similar.
I can get the longer-term historical usage without issue but I’m struggling to get live usage since querying the last few min worth of history only gives me results only if someone has checked out a license within that time period.
I’d be interested in that new live usage API too if at all possible?