Loading
Is there documentation for the API that queries urls ending with flexnetoperations.com?

Forgive me if this is obtuse -- I am a client of a Flexera client and have no direct knowlege of what are the actual product name that in use here -- only the URL.

 

It is a cloud licensing scheme for their product suite. For monitoring license usage I was provided with a username and password to a URL on a site ending with flexnetoperations.com.

 

In that website, branded with the logo fo the product we use, after a lot of clicking, I can get to a list of machines that have licenses in use under a site code. Then I have to click on each machine to see which of the three possible products are being used.

 

I want to integrate this into our Slack along with all the other licenseing systems we use and so I need to be able to get this information in a textual way from a non-Windows environment.

 

Using the browser development tools, I have been able to write a bash script to authenticate and retrieve some of the old-style list pages.

 

However, the new, live, good stuff is behind these "react" api contstructs and no matter how closely I duplicate the behaviour in the browser I still can only get it to give me back either

 

"Full authentication is required to access this resource"

 

or

 

"API call failed:An unexpected error occurred."

 

depending on which kluged-together cURL command I use.

 

Am I on the right track posting here looking for clarification and, ideally, documentation?

 

Thanks for your patience!


Loading
Is there documentation for the API that queries urls ending with flexnetoperations.com?