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/audit_trail/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+
# 1.3.0 (2025-06-30)
7
+
8
+
### Features
9
+
10
+
-**audit_trail:** add instance server resource type ([#2213](https://github.com/scaleway/scaleway-sdk-js/issues/2213)) ([ecb4983](https://github.com/scaleway/scaleway-sdk-js/commit/ecb4983fd015a05fb9a834f34bcb4c0facfbac87))
Copy file name to clipboardExpand all lines: packages_generated/cockpit/src/v1/api.gen.ts
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ import {
32
32
unmarshalDisableAlertRulesResponse,
33
33
unmarshalEnableAlertRulesResponse,
34
34
unmarshalGetConfigResponse,
35
+
unmarshalGetRulesCountResponse,
35
36
unmarshalGrafana,
36
37
unmarshalGrafanaProductDashboard,
37
38
unmarshalGrafanaUser,
@@ -53,6 +54,7 @@ import type {
53
54
DisableAlertRulesResponse,
54
55
EnableAlertRulesResponse,
55
56
GetConfigResponse,
57
+
GetRulesCountResponse,
56
58
GlobalApiCreateGrafanaUserRequest,
57
59
GlobalApiDeleteGrafanaUserRequest,
58
60
GlobalApiGetCurrentPlanRequest,
@@ -90,6 +92,7 @@ import type {
90
92
RegionalApiGetAlertManagerRequest,
91
93
RegionalApiGetConfigRequest,
92
94
RegionalApiGetDataSourceRequest,
95
+
RegionalApiGetRulesCountRequest,
93
96
RegionalApiGetTokenRequest,
94
97
RegionalApiGetUsageOverviewRequest,
95
98
RegionalApiListAlertsRequest,
@@ -690,6 +693,25 @@ The output returned displays a URL to access the Alert manager, and whether the
690
693
unmarshalAlertManager,
691
694
)
692
695
696
+
/**
697
+
* 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.
698
+
*
699
+
* @param request - The request {@link RegionalApiGetRulesCountRequest}
0 commit comments