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 inventory as json in the standalone server mode #286

Closed
demeringo opened this issue Jun 15, 2023 · 1 comment
Closed

Return inventory as json in the standalone server mode #286

demeringo opened this issue Jun 15, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@demeringo
Copy link
Collaborator

Problem

When run in standalone "server" mode, cloud-scanner only returns metrics.

There is no way to get the inventory as json (API like).

Solution

Add a server route that allow to retrieve inventory (as json).

Alternatives

Additional context or elements

  • This feature only exist today when cloud scanner is deployed as a serverless app / lambda function.
  • I see more and more use cases where cloud scanner is deployed as a docker container and I miss this feature in this context.
@demeringo demeringo added the enhancement New feature or request label Jun 15, 2023
@demeringo demeringo added this to the 0.4.x milestone Jul 24, 2023
@demeringo
Copy link
Collaborator Author

Implemented by #305

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant