Skip to content

Commit 2bbde0d

Browse files
author
Jongmin Kim
committed
feat: remove method from alert manager webhook
Signed-off-by: Jongmin Kim <[email protected]>
1 parent bb5a166 commit 2bbde0d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

proto/spaceone/api/alert_manager/v1/webhook.proto

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ service Webhook {
2929
body: "*"
3030
};
3131
}
32-
rpc verify_plugin (WebhookRequest) returns (google.protobuf.Empty) {
33-
option (google.api.http) = {
34-
post: "/alert-manager/v1/webhook/verify-plugin"
35-
body: "*"
36-
};
37-
}
3832
rpc enable (WebhookRequest) returns (WebhookInfo) {
3933
option (google.api.http) = {
4034
post: "/alert-manager/v1/webhook/enable"

0 commit comments

Comments
 (0)