File tree 2 files changed +4
-16
lines changed
proto/spaceone/api/alert_manager/v1
2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -89,10 +89,6 @@ message AlertCreateRequest {
89
89
string image_url = 6 ;
90
90
// +optional
91
91
repeated AlertResource resources = 7 ;
92
- // +optional
93
- string provider = 8 ;
94
- // +optional
95
- string account = 9 ;
96
92
97
93
// +optional
98
94
google.protobuf.Struct additional_info = 11 ;
@@ -147,13 +143,9 @@ message AlertSearchQuery {
147
143
// +optional
148
144
string resource = 6 ;
149
145
// +optional
150
- string provider = 7 ;
151
- // +optional
152
- string account = 8 ;
153
- // +optional
154
- string triggered_type = 9 ;
146
+ string triggered_type = 7 ;
155
147
// +optional
156
- string triggered_by = 10 ;
148
+ string triggered_by = 8 ;
157
149
158
150
// +optional
159
151
string workspace_id = 21 ;
@@ -198,10 +190,8 @@ message AlertInfo {
198
190
string rule = 7 ;
199
191
string image_url = 8 ;
200
192
repeated AlertResource resources = 9 ;
201
- string provider = 10 ;
202
- string account = 11 ;
203
- TriggeredType triggered_type = 12 ;
204
- string triggered_by = 13 ;
193
+ TriggeredType triggered_type = 10 ;
194
+ string triggered_by = 11 ;
205
195
206
196
google.protobuf.Struct additional_info = 15 ;
207
197
repeated string labels = 16 ;
Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ message EventInfo {
49
49
string rule = 7 ;
50
50
string image_url = 8 ;
51
51
repeated string resources = 9 ;
52
- string provider = 10 ;
53
- string account = 11 ;
54
52
55
53
google.protobuf.Struct additional_info = 15 ;
56
54
google.protobuf.Struct raw_data = 16 ;
You can’t perform that action at this time.
0 commit comments