Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scaleway-async/scaleway_async/cockpit/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,8 @@ async def get_rules_count(
project_id: Optional[str] = None,
) -> GetRulesCountResponse:
"""
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.
:param region: Region to target. If none is passed will use default region from the config.
:param project_id: ID of the Project to retrieve the rule count for.
:return: :class:`GetRulesCountResponse <GetRulesCountResponse>`
Expand Down
3 changes: 2 additions & 1 deletion scaleway/scaleway/cockpit/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,8 @@ def get_rules_count(
project_id: Optional[str] = None,
) -> GetRulesCountResponse:
"""
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.
:param region: Region to target. If none is passed will use default region from the config.
:param project_id: ID of the Project to retrieve the rule count for.
:return: :class:`GetRulesCountResponse <GetRulesCountResponse>`
Expand Down