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: scaleway-async/scaleway_async/cockpit/v1/api.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1234,7 +1234,8 @@ async def get_rules_count(
1234
1234
project_id: Optional[str] =None,
1235
1235
) ->GetRulesCountResponse:
1236
1236
"""
1237
-
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.
1237
+
Get the number of enabled rules.
1238
+
Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules.
1238
1239
:param region: Region to target. If none is passed will use default region from the config.
1239
1240
:param project_id: ID of the Project to retrieve the rule count for.
Copy file name to clipboardExpand all lines: scaleway/scaleway/cockpit/v1/api.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1234,7 +1234,8 @@ def get_rules_count(
1234
1234
project_id: Optional[str] =None,
1235
1235
) ->GetRulesCountResponse:
1236
1236
"""
1237
-
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.
1237
+
Get the number of enabled rules.
1238
+
Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules.
1238
1239
:param region: Region to target. If none is passed will use default region from the config.
1239
1240
:param project_id: ID of the Project to retrieve the rule count for.
0 commit comments