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
+1-53Lines changed: 1 addition & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,8 @@ import {
20
20
marshalRegionalApiDeleteContactPointRequest,
21
21
marshalRegionalApiDisableAlertManagerRequest,
22
22
marshalRegionalApiDisableAlertRulesRequest,
23
-
marshalRegionalApiDisableManagedAlertsRequest,
24
23
marshalRegionalApiEnableAlertManagerRequest,
25
24
marshalRegionalApiEnableAlertRulesRequest,
26
-
marshalRegionalApiEnableManagedAlertsRequest,
27
25
marshalRegionalApiTriggerTestAlertRequest,
28
26
marshalRegionalApiUpdateContactPointRequest,
29
27
marshalRegionalApiUpdateDataSourceRequest,
@@ -86,10 +84,8 @@ import type {
86
84
RegionalApiDeleteTokenRequest,
87
85
RegionalApiDisableAlertManagerRequest,
88
86
RegionalApiDisableAlertRulesRequest,
89
-
RegionalApiDisableManagedAlertsRequest,
90
87
RegionalApiEnableAlertManagerRequest,
91
88
RegionalApiEnableAlertRulesRequest,
92
-
RegionalApiEnableManagedAlertsRequest,
93
89
RegionalApiGetAlertManagerRequest,
94
90
RegionalApiGetConfigRequest,
95
91
RegionalApiGetDataSourceRequest,
@@ -695,7 +691,7 @@ The output returned displays a URL to access the Alert manager, and whether the
695
691
)
696
692
697
693
/**
698
-
* Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules.. Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules.
694
+
* Get the number of enabled rules Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules.. Get the number of enabled rules Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules.
699
695
*
700
696
* @param request - The request {@link RegionalApiGetRulesCountRequest}
701
697
* @returns A Promise of GetRulesCountResponse
@@ -835,54 +831,6 @@ If you need to receive alerts for other receivers, you can create additional con
835
831
unmarshalListAlertsResponse,
836
832
)
837
833
838
-
/**
839
-
* Enable managed alerts. Enable the sending of managed alerts for the specified Project. Managed alerts are predefined alerts that apply to Scaleway recources integrated with Cockpit by default.
840
-
*
841
-
* @param request - The request {@link RegionalApiEnableManagedAlertsRequest}
0 commit comments