diff --git a/.generated-info b/.generated-info index bb0ea6b711c..3d6d4e1df80 100644 --- a/.generated-info +++ b/.generated-info @@ -1,4 +1,4 @@ { - "spec_repo_commit": "d93d991", - "generated": "2025-07-15 09:31:41.973" + "spec_repo_commit": "2e1c8ca", + "generated": "2025-07-16 17:25:09.211" } diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 4351d94c19f..a1a26e28473 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/lib/datadog_api_client/v2/api/cloud_network_monitoring_api.rb b/lib/datadog_api_client/v2/api/cloud_network_monitoring_api.rb index cc916c91f8b..b4f3d6f7a48 100644 --- a/lib/datadog_api_client/v2/api/cloud_network_monitoring_api.rb +++ b/lib/datadog_api_client/v2/api/cloud_network_monitoring_api.rb @@ -40,7 +40,7 @@ def get_aggregated_connections(opts = {}) # @option opts [Integer] :to Unix timestamp (number of seconds since epoch) of the end of the query window. If not provided, the end of the query window is the current time. If neither `from` nor `to` are provided, the query window is `[now - 15m, now]`. # @option opts [String] :group_by Comma-separated list of fields to group connections by. # @option opts [String] :tags Comma-separated list of tags to filter connections by. - # @option opts [Integer] :limit The number of connections to be returned. The maximum value is 5000. + # @option opts [Integer] :limit The number of connections to be returned. The maximum value is 7500. # @return [Array<(SingleAggregatedConnectionResponseArray, Integer, Hash)>] SingleAggregatedConnectionResponseArray data, response status code and response headers def get_aggregated_connections_with_http_info(opts = {}) unstable_enabled = @api_client.config.unstable_operations["v2.get_aggregated_connections".to_sym] @@ -53,8 +53,8 @@ def get_aggregated_connections_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: CloudNetworkMonitoringAPI.get_aggregated_connections ...' end - if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 5000 - fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling CloudNetworkMonitoringAPI.get_aggregated_connections, must be smaller than or equal to 5000.' + if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 7500 + fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling CloudNetworkMonitoringAPI.get_aggregated_connections, must be smaller than or equal to 7500.' end if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1 fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling CloudNetworkMonitoringAPI.get_aggregated_connections, must be greater than or equal to 1.'