Closed
Description
NetBox version
v3.5.1
Feature type
Change to existing functionality
Proposed functionality
Return calculated "Allocated Resources" values to API endpoint.
If values stored in DB, add them to endpoints:
- /api/virtualization/clusters/
- /api/virtualization/clusters/{$id}/
Example of expected output from same datapoint:
Database changes, new views or API endpoints - NOT REQUIRED afaik
Use case
Availability to fast-read actual values, without GraphQL or pipelining several API queries.
Target scenarios:
- Resource saturation monitoring per cluster (target values defined either externally or in custom fields).
- Raw resource cost approximation for cloud tenants/projects.
Database changes
No response
External dependencies
No response