Dashboard
Global KPI bar metrics
Returns the seven aggregate metrics shown in the sticky KPI bar across all four dashboard tabs. Fetch once on page load; refresh after any write action.
get/ossprey/metrics
Response
KPI metrics.
Example response
{
"totalPackages": 1842,
"criticalPackages": 312,
"coveragePercent": 33.2,
"activeStewards": 42,
"unassignedCritical": 1230,
"needsAttention": 47,
"escalated": 8
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.