()
| 78 | * Returns available data types, node counts, and other metadata. |
| 79 | */ |
| 80 | export function fetchSystemInfo(): Promise<Record<string, unknown>> { |
| 81 | return apiClient.get<Record<string, unknown>>('/api/system_info'); |
| 82 | } |
| 83 | |
| 84 | /** |
| 85 | * GET /api/resource_status — Per-resource occupancy summary. |