Skip to content

Commit fe47a89

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[network-connections-api] Update description with group_by limit (#2566)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 83204bf commit fe47a89

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "b737cc4",
3-
"generated": "2025-07-28 13:11:24.660"
2+
"spec_repo_commit": "0fe80dc",
3+
"generated": "2025-07-28 18:48:10.409"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55082,7 +55082,8 @@ paths:
5508255082
schema:
5508355083
format: int64
5508455084
type: integer
55085-
- description: Comma-separated list of fields to group connections by.
55085+
- description: Comma-separated list of fields to group connections by. The maximum
55086+
number of group_by(s) is 10.
5508655087
in: query
5508755088
name: group_by
5508855089
schema:

lib/datadog_api_client/v2/api/cloud_network_monitoring_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_aggregated_connections(opts = {})
3838
# @param opts [Hash] the optional parameters
3939
# @option opts [Integer] :from Unix timestamp (number of seconds since epoch) of the start of the query window. If not provided, the start of the query window is 15 minutes before the `to` timestamp. If neither `from` nor `to` are provided, the query window is `[now - 15m, now]`.
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]`.
41-
# @option opts [String] :group_by Comma-separated list of fields to group connections by.
41+
# @option opts [String] :group_by Comma-separated list of fields to group connections by. The maximum number of group_by(s) is 10.
4242
# @option opts [String] :tags Comma-separated list of tags to filter connections by.
4343
# @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

0 commit comments

Comments
 (0)