07-18-2024 10:22 AM
We recently were asked about generating events or alerts when an endpoint hasn't been updated for more than 30 days. Is anyone actively doing this or have ideas how this can be done?
07-18-2024 11:17 AM
Hope that helps.
Thanks,
Matt
07-22-2024 06:15 AM
@Matthew Franks thank you for the information, this is very helpful. I feel that orbital would be the better way to go however this particular customer is not licensed for it.
I tested the API using postman and I am able to get results back for each computer and the last seen date. I am trying to add parameters to query the data/hostname and data/last_seen but I'm haven't been successful. Is this something I can get via the API?
07-22-2024 06:34 AM
I'm not entirely sure what you're asking @mski7861 . Could you please clarify what you want to pull? You said you were able to get the computers results back from the API. Those contain the hostname and last_seen information. Are you trying to just display hostname and last seen? You can print these to the console (or manipulate them however you desire with a post-response script in Postman like this:
These actions used to be under Tests in Postman but have recently moved to the Scripts section. Hope that helps!
-Matt
07-22-2024 07:50 AM
@Matthew Franks you are correct and apologies for the confusion. The initial query provides all results as expected. I was trying to figure out how to limit the information displayed to hostname and last_seen. I will test this with a script information you provided.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide