
MS222936 asked a question.
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
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.
Flexera API
"
The Location header will provide the URL to download the content."