The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.
Hi all,
we are trying to find a place in the api where we can get the information about devices and applications installed (on these devices).
We were looking at the official documentation: Flexera API but we could not find the required information.
However, in the other place (Consuming a Flexera One API) we have found this information:
"The following example shows the Devices with Installed Software URI, where {orgID} should be replaced with your organization ID:"
https://api.flexera.com/fnms/v1/orgs/{orgID}/devices/installed-software/
We tried using https://api.flexera.eu/fnms/v1/orgs/{ourOrgId}/devices/installed-software/ but we get 405 Method not allowed.
What are we doing wrong and is there some other way (Idk possibly with the reports)?
Thx
Oct 23, 2024 04:46 AM - edited Oct 23, 2024 04:56 AM
We have just realized that we were using the Api in a wrong way. We did not realize the part with the creation of the files. So we need to send a POST request and then the file creation starts and we have to wait until this is done. It is also clearly stated in the documentation.
"
Oct 24, 2024 01:53 AM
We have just realized that we were using the Api in a wrong way. We did not realize the part with the creation of the files. So we need to send a POST request and then the file creation starts and we have to wait until this is done. It is also clearly stated in the documentation.
"
Oct 24, 2024 01:53 AM
Thanks for that update. I don't see value in that multi-step process to get the installations for a single device.
I find it significantly easier to download the reporting objects via the REST API overnight, and then create SQL views that I can access inside my business, integrated into my business processes.
Oct 24, 2024 08:19 AM