boaviztapi icon indicating copy to clipboard operation
boaviztapi copied to clipboard

🛠 Giving access to BOAVIZTA reference data and methodologies trough a RESTful API

Results 71 boaviztapi issues
Sort by recently updated
recently updated
newest added

## Problem With the addition of new objects in V0.3 (terminals, peripherals a.s.o) we need more routes in the API. We have been discussing though various chnnels what would be...

documentation

## Bug description Container image published with pre-release v1.0.0a3 does not start. ## To Reproduce https://github.com/Boavizta/boaviztapi/releases/tag/v1.0.0a3 `docker run -p5000:5000 ghcr.io/boavizta/boaviztapi:1.0.0a3` results in `ModuleNotFoundError: No module named 'yaml'` I did not...

bug

## Problem Format of JSON output is described in documentation but not fully covered by an machine readable model (swagger or other). ## Solution JSON schema https://json-schema.org/ ## Alternatives ##...

documentation
enhancement

## Problem I believe we should improve the way we handle uncertainty in the calculation made in boaviztapi. This issue is mainly meant to start the discussion on how that...

## Bug description Building SDK client fails in CI ## To Reproduce Confirmed: see output of this action for the dev branch: https://github.com/Boavizta/boaviztapi/actions/workflows/build_client.yml ## Expected behavior Github action should run,...

bug

## Problem The API currently provides footprint for components (CPU, Ram, etc.) and IT devices, including devices like servers whose footprint is calculated based on the components the server is...

functional

## Problem Provide estimations related to AWS storage (this would ease https://github.com/Boavizta/cloud-scanner/issues/272). ## Solution Idea is to map AWS (and others Cloud Service Providers) storage types to data we already...

enhancement
help wanted

## Bug description Current version of API cannot be deployed as serverless app anymore (see #152). ## To Reproduce Try to deploy using serverless framework: deployment fails. ```sh npm i...

bug

## Problem API can be deployed as aws lambda but it is not described in the doc. ## Solution 1. verify that the serverless deployment stills works OK (not tested...

documentation

## Problem In addition to #65 we would need to add a feature to model the power consumption of GPU component as we did of RAM and CPU. ## Solution...

enhancement
methodology