From 52f6dd26eabb04c29045880a1fd1ec9779a76798 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 4 Aug 2026 17:51:45 +0000 Subject: [PATCH] Regenerate client from commit 4a2284b of spec repo --- .generator/schemas/v2/openapi.yaml | 4 ++-- src/datadog_api_client/v2/api/dashboards_api.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index d8f50ea930..9af8013708 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -137534,7 +137534,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/dashboards/usage: get: - description: Get paginated usage statistics for every dashboard in the caller's organization. Use `page[limit]` and `page[offset]` to walk the result set. Use `filter[edited_before]` or `filter[viewed_before]` to narrow results by recency. View-count fields depend on Real User Monitoring (RUM) and are `null` or `0` in orgs without RUM. + description: Get paginated usage statistics for every dashboard in the caller's organization. Use `page[limit]` and `page[offset]` to walk the result set. Use `filter[edited_before]` or `filter[viewed_before]` to narrow results by edit or view date. View-count fields depend on Real User Monitoring (RUM) and are `null` or `0` in orgs without RUM. **View counts are refreshed once per day** and **only reflect views recorded starting January 2025**; views prior to that date are not included. operationId: ListDashboardsUsage parameters: - description: Maximum number of dashboards to return per page. Server-side maximum is 500; values above 500 return a 400 Bad Request. @@ -137649,7 +137649,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/dashboards/{dashboard_id}/usage: get: - description: Get usage statistics for a single dashboard. The response includes view counts, the most recent view and edit times, widget counts, and the dashboard quality score. View-count fields depend on Real User Monitoring (RUM) and are `null` or `0` in orgs without RUM. + description: Get usage statistics for a single dashboard. The response includes view counts, the most recent view and edit times, widget counts, and the dashboard quality score. View-count fields depend on Real User Monitoring (RUM) and are `null` or `0` in orgs without RUM. **View counts are refreshed once per day** and **only reflect views recorded starting January 2025**; views prior to that date are not included. operationId: GetDashboardUsage parameters: - description: The ID of the dashboard. diff --git a/src/datadog_api_client/v2/api/dashboards_api.py b/src/datadog_api_client/v2/api/dashboards_api.py index 3f70f22c08..efe51c6dc8 100644 --- a/src/datadog_api_client/v2/api/dashboards_api.py +++ b/src/datadog_api_client/v2/api/dashboards_api.py @@ -101,7 +101,7 @@ def get_dashboard_usage( ) -> DashboardUsageResponse: """Get usage stats for a dashboard. - Get usage statistics for a single dashboard. The response includes view counts, the most recent view and edit times, widget counts, and the dashboard quality score. View-count fields depend on Real User Monitoring (RUM) and are ``null`` or ``0`` in orgs without RUM. + Get usage statistics for a single dashboard. The response includes view counts, the most recent view and edit times, widget counts, and the dashboard quality score. View-count fields depend on Real User Monitoring (RUM) and are ``null`` or ``0`` in orgs without RUM. **View counts are refreshed once per day** and **only reflect views recorded starting January 2025** ; views prior to that date are not included. :param dashboard_id: The ID of the dashboard. :type dashboard_id: str @@ -122,7 +122,7 @@ def list_dashboards_usage( ) -> ListDashboardsUsageResponse: """Get usage stats for all dashboards. - Get paginated usage statistics for every dashboard in the caller's organization. Use ``page[limit]`` and ``page[offset]`` to walk the result set. Use ``filter[edited_before]`` or ``filter[viewed_before]`` to narrow results by recency. View-count fields depend on Real User Monitoring (RUM) and are ``null`` or ``0`` in orgs without RUM. + Get paginated usage statistics for every dashboard in the caller's organization. Use ``page[limit]`` and ``page[offset]`` to walk the result set. Use ``filter[edited_before]`` or ``filter[viewed_before]`` to narrow results by edit or view date. View-count fields depend on Real User Monitoring (RUM) and are ``null`` or ``0`` in orgs without RUM. **View counts are refreshed once per day** and **only reflect views recorded starting January 2025** ; views prior to that date are not included. :param page_limit: Maximum number of dashboards to return per page. Server-side maximum is 500; values above 500 return a 400 Bad Request. :type page_limit: int, optional