Is there an easy way to get the information that fleet aggregates about an endpoint from fleet? Such as installed memory, Disk space available, etc?
j
John Speno
03/21/2024, 8:31 PM
Define easy. There's the API, and then there's the DB.
b
benbass
03/21/2024, 8:39 PM
Either would be 'easy', I have full DB access and can see about playing with the API as well. I just haven't really done either and figured I would ask if there was a known/documented method before building my own.
j
John Speno
03/21/2024, 8:40 PM
If there is, I don't know about it either.
b
benbass
03/21/2024, 8:41 PM
Sounds good, then I will take a look at which is easier for me right now.
g
Grant Bilstad
03/21/2024, 10:02 PM
Can use the detail queries as examples for the DB. These queries populate data for the Hosts API endpoint and the info you see on the Hosts page in the Fleet UI.
b
benbass
03/21/2024, 10:06 PM
Awesome, thank you Grant! That is exactly the info I was looking for!