Skip to content

Commit 6af4677

Browse files
committed
feat: add fields to AlertEventInfo
Signed-off-by: Jongmin Kim <[email protected]>
1 parent 7574ad1 commit 6af4677

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

proto/spaceone/api/alert_manager/v1/alert.proto

+6-2
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,12 @@ message AlertEventInfo {
247247
string description = 3;
248248
spaceone.api.alert_manager.v1.EventInfo event_info = 4;
249249

250-
string created_at = 21;
251-
string created_by = 22;
250+
string domain_id = 21;
251+
string workspace_id = 22;
252+
string service_id = 23;
253+
254+
string created_at = 31;
255+
string created_by = 32;
252256
}
253257

254258
message AlertHistoryInfo {

0 commit comments

Comments
 (0)