-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operatingsystems Info Unavailable From REST V 9.2.1 #3334
Comments
the same problem . how to get operation system information? |
Hello, I have the same problem with the following request :
(where $id is computer id). I don't have "operatingsystems_id". My components versions : Regards, Nicolas |
Hi, I have the same problem after update to GLPI 9.3.1 My Fusioninventory plugin version is 9.3+1.1 (I test with and without this plugin, and I have also the problem). My REST API request : https://path/to/glpi/apirest.php/Computer/$id The answer :
I don't have "operatingsystems_id". And I have an attached operating system to this computer : Regards, Nicolas |
Operating systems are on their specific object now; this is no longer part of the computers table. Try querying on |
Hello, Many thanks for your answer, it looks good. My request :
Now I get the operating system name :
Regards, Nicolas |
Hi,
I have an issue with the rest API in 9.2.1.
The REST API Documentation states that we could retrive the following keys from a Computer object .
But wen performing the following request :
http://glpi/apirest.php/Computer/?expand_drodpowns=true&with_infocoms=true&with_documents=true
I have none of those fields in my response .
I also have issues with the ?expand_drodpowns=true option witch has no effect on my response .
Bernard
The text was updated successfully, but these errors were encountered: