debug
This commit is contained in:
@@ -13,6 +13,11 @@ export const runtimeApi = {
|
||||
readiness: () => http.get("/runtime/readiness"),
|
||||
preflight: () => http.get("/runtime/preflight"),
|
||||
cluster: () => http.get("/runtime/cluster"),
|
||||
syncSummary: () => http.get("/runtime/sync-summary"),
|
||||
debugOverview: (params?: Record<string, unknown>) => http.get("/runtime/debug-overview", { params }),
|
||||
debugDiagnosis: (params?: Record<string, unknown>) => http.get("/runtime/debug-diagnosis", { params }),
|
||||
debugHandoff: (params?: Record<string, unknown>) => http.get("/runtime/debug-handoff", { params }),
|
||||
debugEvents: (params?: Record<string, unknown>) => http.get("/runtime/debug-events", { params }),
|
||||
action: (action: string) => http.post(`/runtime/actions/${action}`)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user