File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-07-02 11:31:59.870293 ",
8
- "spec_repo_commit": "ab77d015 "
7
+ "regenerated": "2025-07-02 15:33:37.241639 ",
8
+ "spec_repo_commit": "324946ba "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-07-02 11:31:59.886390 ",
13
- "spec_repo_commit": "ab77d015 "
12
+ "regenerated": "2025-07-02 15:33:37.258447 ",
13
+ "spec_repo_commit": "324946ba "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -54008,13 +54008,13 @@ paths:
54008
54008
schema:
54009
54009
type: string
54010
54010
- description: The number of connections to be returned. The maximum value is
54011
- 5000 .
54011
+ 7500 .
54012
54012
in: query
54013
54013
name: limit
54014
54014
schema:
54015
54015
default: 100
54016
54016
format: int32
54017
- maximum: 5000
54017
+ maximum: 7500
54018
54018
minimum: 1
54019
54019
type: integer
54020
54020
responses:
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ export interface CloudNetworkMonitoringApiGetAggregatedConnectionsRequest {
175
175
*/
176
176
tags ?: string ;
177
177
/**
178
- * The number of connections to be returned. The maximum value is 5000 .
178
+ * The number of connections to be returned. The maximum value is 7500 .
179
179
* @type number
180
180
*/
181
181
limit ?: number ;
You can’t perform that action at this time.
0 commit comments