diff --git a/scaleway-async/scaleway_async/cockpit/v1/api.py b/scaleway-async/scaleway_async/cockpit/v1/api.py index 5ea66deab..3c40c7763 100644 --- a/scaleway-async/scaleway_async/cockpit/v1/api.py +++ b/scaleway-async/scaleway_async/cockpit/v1/api.py @@ -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 ` diff --git a/scaleway/scaleway/cockpit/v1/api.py b/scaleway/scaleway/cockpit/v1/api.py index 82fbeee8e..4441617f6 100644 --- a/scaleway/scaleway/cockpit/v1/api.py +++ b/scaleway/scaleway/cockpit/v1/api.py @@ -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 `