Boavizta / cloud-scanner

📡 Get Boavizta impact data for your aws cloud account usage.
GNU Affero General Public License v3.0
34 stars 8 forks source link

Return inventory as json in the standalone server mode #286

Closed demeringo closed 1 year ago

demeringo commented 1 year ago

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

demeringo commented 1 year ago

Implemented by #305