feat: SAC 0.7.0 display_name columns and event severity overrides
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -132,6 +132,7 @@ export interface EventSummary {
|
||||
event_id: string;
|
||||
host_id: number;
|
||||
hostname: string;
|
||||
display_name?: string | null;
|
||||
occurred_at: string;
|
||||
received_at: string;
|
||||
category: string;
|
||||
@@ -180,6 +181,7 @@ export interface ProblemSummary {
|
||||
id: number;
|
||||
host_id: number | null;
|
||||
hostname: string | null;
|
||||
display_name?: string | null;
|
||||
title: string;
|
||||
summary: string;
|
||||
severity: string;
|
||||
@@ -228,6 +230,7 @@ export async function resolveProblem(problemId: number): Promise<{ id: number; s
|
||||
export interface TopHostItem {
|
||||
host_id: number;
|
||||
hostname: string;
|
||||
display_name?: string | null;
|
||||
count: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user