MCPcopy Create free account
hub / github.com/Tong89/smartNode / fetchResourceStatus

Function fetchResourceStatus

frontend/src/api/endpoints.ts:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 * Returns a `summary` sub-object with utilization percentages.
87 */
88export function fetchResourceStatus(): Promise<Record<string, unknown>> {
89 return apiClient.get<Record<string, unknown>>('/api/resource_status');
90}
91
92/**
93 * GET /api/resource_utilization — Aggregate utilization metrics.

Callers 1

refreshAllFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected