File tree 2 files changed +9
-25
lines changed
proto/spaceone/api/alert_manager
2 files changed +9
-25
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,6 @@ enum EventType {
25
25
ALERT = 2 ;
26
26
}
27
27
28
- message EventResource {
29
- // +optional
30
- string resource_id = 1 ;
31
- // +optional
32
- string resource_type = 2 ;
33
- // +optional
34
- string name = 3 ;
35
- }
36
-
37
28
message EventInfo {
38
29
string event_key = 1 ;
39
30
EventType event_type = 2 ;
@@ -43,8 +34,6 @@ message EventInfo {
43
34
string rule = 6 ;
44
35
string image_url = 7 ;
45
36
repeated string resources = 8 ;
46
- string provider = 9 ;
47
- string account = 10 ;
48
37
google.protobuf.Struct additional_info = 11 ;
49
38
50
39
string occurred_at = 31 ;
Original file line number Diff line number Diff line change @@ -40,24 +40,19 @@ message EventInfo {
40
40
ERROR = 3 ;
41
41
}
42
42
43
- string event_id = 1 ;
44
- string event_key = 2 ;
45
- EventType event_type = 3 ;
46
- string title = 4 ;
47
- string description = 5 ;
48
- EventSeverity severity = 6 ;
49
- string rule = 7 ;
50
- string image_url = 8 ;
51
- repeated string resources = 9 ;
43
+ string event_key = 1 ;
44
+ EventType event_type = 2 ;
45
+ string title = 3 ;
46
+ string description = 4 ;
47
+ EventSeverity severity = 5 ;
48
+ string rule = 6 ;
49
+ string image_url = 7 ;
50
+ repeated string resources = 8 ;
52
51
53
52
google.protobuf.Struct additional_info = 15 ;
54
53
google.protobuf.Struct raw_data = 16 ;
55
54
56
- string domain_id = 21 ;
57
- string workspace_id = 22 ;
58
- string service_id = 23 ;
59
- string webhook_id = 24 ;
60
- string alert_id = 25 ;
55
+ string webhook_id = 21 ;
61
56
62
57
string created_at = 31 ;
63
58
string occurred_at = 32 ;
You can’t perform that action at this time.
0 commit comments