Skip to content
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

Return last_opened_at timestamp for Linux hosts #27902

Open
ddribeiro opened this issue Apr 4, 2025 · 0 comments
Open

Return last_opened_at timestamp for Linux hosts #27902

ddribeiro opened this issue Apr 4, 2025 · 0 comments
Labels
customer-numa :product Product Design department (shows up on 🦢 Drafting board)

Comments

@ddribeiro
Copy link
Member

ddribeiro commented Apr 4, 2025

Gong snippet: Customer does not allow call recordings

Problem

The GET /api/v1/fleet/hosts/:id API endpoint returns a last_opened_at timestamp for macOS hosts. Linux hosts do not have this timestamp.

customer-numa uses Flexera for software asset management. Rather than deploy the Flexera agent, they would like to just deploy the Fleet agent and build a connector to get the relevant information into Flexera. last_opened_at for Linux hosts is something numa would need from Fleet today in order to accomplish that.

This is similar to #27087, but for Linux.

What have you tried?

I made a GET /api/v1/fleet/hosts/:id API call to a Linux host to try to get last_opened_at timestamps for installed software. However, none of the objects in the software array in the response contained a last_opened_at property.

Potential solutions

Fleet would need to identify a way to reliably collect the last opened time for applications on Linux hosts, then return that timestamp on a per-host basis in the API response.

What is the expected workflow as a result of your proposal?

customer-numa would use the Fleet API to build a Flexera connector. They would deploy the Fleet agent to their Linux hosts and would not deploy the Flexera agent. The connector would call the Fleet API to ingest all relevant information into Flexera, including the last time an application was opened on a host.

@ddribeiro ddribeiro added :product Product Design department (shows up on 🦢 Drafting board) customer-numa labels Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-numa :product Product Design department (shows up on 🦢 Drafting board)
Projects
None yet
Development

No branches or pull requests

1 participant