Skip to content

Commit 32c6e38

Browse files
authored
Merge pull request #520 from whdalsrnt/master
feat: add webhook option to event rule search query
2 parents bd02f74 + b3a7fdc commit 32c6e38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proto/spaceone/api/alert_manager/v1/event_rule.proto

+2
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ message EventRuleSearchQuery {
143143
string workspace_id = 21;
144144
// +optional
145145
string service_id = 22;
146+
// +optional
147+
string webhook_id = 23;
146148
}
147149

148150
message EventRuleStatQuery {

0 commit comments

Comments
 (0)