From 48f58d7912292fcd67fc4729435f8b037ab7344f Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 16 Jul 2025 17:25:17 +0000 Subject: [PATCH] Regenerate client from commit 2e1c8ca of spec repo --- .generated-info | 4 ++-- .generator/schemas/v2/openapi.yaml | 4 ++-- src/datadog_api_client/v2/api/cloud_network_monitoring_api.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.generated-info b/.generated-info index 15249a7ebb..e57cd3a3a6 100644 --- a/.generated-info +++ b/.generated-info @@ -1,4 +1,4 @@ { - "spec_repo_commit": "d93d991", - "generated": "2025-07-15 09:31:55.997" + "spec_repo_commit": "2e1c8ca", + "generated": "2025-07-16 17:25:17.887" } diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 4351d94c19..a1a26e2847 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -54458,13 +54458,13 @@ paths: schema: type: string - description: The number of connections to be returned. The maximum value is - 5000. + 7500. in: query name: limit schema: default: 100 format: int32 - maximum: 5000 + maximum: 7500 minimum: 1 type: integer responses: diff --git a/src/datadog_api_client/v2/api/cloud_network_monitoring_api.py b/src/datadog_api_client/v2/api/cloud_network_monitoring_api.py index b60934903d..ff5c2e391e 100644 --- a/src/datadog_api_client/v2/api/cloud_network_monitoring_api.py +++ b/src/datadog_api_client/v2/api/cloud_network_monitoring_api.py @@ -58,7 +58,7 @@ def __init__(self, api_client=None): }, "limit": { "validation": { - "inclusive_maximum": 5000, + "inclusive_maximum": 7500, "inclusive_minimum": 1, }, "openapi_types": (int,), @@ -93,7 +93,7 @@ def get_aggregated_connections( :type group_by: str, optional :param tags: Comma-separated list of tags to filter connections by. :type tags: str, optional - :param limit: The number of connections to be returned. The maximum value is 5000. + :param limit: The number of connections to be returned. The maximum value is 7500. :type limit: int, optional :rtype: SingleAggregatedConnectionResponseArray """