Skip to content

Commit 2367910

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 324946ba of spec repo
1 parent 015800b commit 2367910

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-07-02 11:31:50.129984",
8-
"spec_repo_commit": "ab77d015"
7+
"regenerated": "2025-07-02 15:33:42.225216",
8+
"spec_repo_commit": "324946ba"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-02 11:31:50.146274",
13-
"spec_repo_commit": "ab77d015"
12+
"regenerated": "2025-07-02 15:33:42.243018",
13+
"spec_repo_commit": "324946ba"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54008,13 +54008,13 @@ paths:
5400854008
schema:
5400954009
type: string
5401054010
- description: The number of connections to be returned. The maximum value is
54011-
5000.
54011+
7500.
5401254012
in: query
5401354013
name: limit
5401454014
schema:
5401554015
default: 100
5401654016
format: int32
54017-
maximum: 5000
54017+
maximum: 7500
5401854018
minimum: 1
5401954019
type: integer
5402054020
responses:

lib/datadog_api_client/v2/api/cloud_network_monitoring_api.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_aggregated_connections(opts = {})
4040
# @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]`.
4141
# @option opts [String] :group_by Comma-separated list of fields to group connections by.
4242
# @option opts [String] :tags Comma-separated list of tags to filter connections by.
43-
# @option opts [Integer] :limit The number of connections to be returned. The maximum value is 5000.
43+
# @option opts [Integer] :limit The number of connections to be returned. The maximum value is 7500.
4444
# @return [Array<(SingleAggregatedConnectionResponseArray, Integer, Hash)>] SingleAggregatedConnectionResponseArray data, response status code and response headers
4545
def get_aggregated_connections_with_http_info(opts = {})
4646
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 = {})
5353
if @api_client.config.debugging
5454
@api_client.config.logger.debug 'Calling API: CloudNetworkMonitoringAPI.get_aggregated_connections ...'
5555
end
56-
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 5000
57-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling CloudNetworkMonitoringAPI.get_aggregated_connections, must be smaller than or equal to 5000.'
56+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 7500
57+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling CloudNetworkMonitoringAPI.get_aggregated_connections, must be smaller than or equal to 7500.'
5858
end
5959
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
6060
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling CloudNetworkMonitoringAPI.get_aggregated_connections, must be greater than or equal to 1.'

0 commit comments

Comments
 (0)