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

MSP dashboard: Add API endpoint to list all software available for install. #24448

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

eashaw
Copy link
Contributor

@eashaw eashaw commented Dec 5, 2024

Related to: #23824

Changes:

  • Added a new API endpoint: /api/v1/list-software. This endpoint builds a list of all software available for installation on a Fleet instance and returns the result in JSON. The endpoint accepts a single optional parameter: platform (Currently supports darwin, linux, or windows) and if provided, will filter the results to only show software available for the specified platform. Requests to it need to have an Authorization header that contains an API token for the connected Fleet instance.

fleet-release
fleet-release previously approved these changes Dec 5, 2024
fleet-release
fleet-release previously approved these changes Dec 6, 2024
fleet-release
fleet-release previously approved these changes Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants