You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 made of.
A common use case (at least in my case !) is to calculate a footprint of a whole platform, which is typically made of several groups of server and a set of other equipment such as switches, routeurs, firewall, server racks, etc. and boavizta provides no support for that. Currently I use the API to get estimate for each device and an excel file to aggregate the results.
Solution
Boaviztapi could provide an endpoint to calculate an estimation of a whole platform, based on its composition.
The implementation could probably be similar to the one used for servers, where the composition of a server can be provided, and missing information is replaced by sane default value (and the calculation of a min and max value based on the variability of missing data, see #214 )
The text was updated successfully, but these errors were encountered:
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 made of.
A common use case (at least in my case !) is to calculate a footprint of a whole platform, which is typically made of several groups of server and a set of other equipment such as switches, routeurs, firewall, server racks, etc. and boavizta provides no support for that. Currently I use the API to get estimate for each device and an excel file to aggregate the results.
Solution
Boaviztapi could provide an endpoint to calculate an estimation of a whole platform, based on its composition.
The implementation could probably be similar to the one used for servers, where the composition of a server can be provided, and missing information is replaced by sane default value (and the calculation of a min and max value based on the variability of missing data, see #214 )
The text was updated successfully, but these errors were encountered: