You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages_generated/cockpit/src/v1/api.gen.ts
+32-20
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ import {
28
28
unmarshalAlertManager,
29
29
unmarshalContactPoint,
30
30
unmarshalDataSource,
31
+
unmarshalDisableAlertRulesResponse,
32
+
unmarshalEnableAlertRulesResponse,
31
33
unmarshalGetConfigResponse,
32
34
unmarshalGrafana,
33
35
unmarshalGrafanaProductDashboard,
@@ -47,6 +49,8 @@ import type {
47
49
AlertManager,
48
50
ContactPoint,
49
51
DataSource,
52
+
DisableAlertRulesResponse,
53
+
EnableAlertRulesResponse,
50
54
GetConfigResponse,
51
55
GlobalApiCreateGrafanaUserRequest,
52
56
GlobalApiDeleteGrafanaUserRequest,
@@ -861,41 +865,49 @@ If you need to receive alerts for other receivers, you can create additional con
861
865
* Enable preconfigured alert rules. Enable alert rules from the list of available preconfigured rules.. Enable preconfigured alert rules. Enable alert rules from the list of available preconfigured rules.
862
866
*
863
867
* @param request - The request {@link RegionalApiEnableAlertRulesRequest}
* Disable preconfigured alert rules. Disable alert rules from the list of available preconfigured rules.. Disable preconfigured alert rules. Disable alert rules from the list of available preconfigured rules.
882
890
*
883
891
* @param request - The request {@link RegionalApiDisableAlertRulesRequest}
0 commit comments