Skip to content

Commit 59852da

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[Cloud Network Monitoring API] Fix typo (#2128)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent bdda659 commit 59852da

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-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-04-01 20:56:02.087355",
8-
"spec_repo_commit": "f629f10b"
7+
"regenerated": "2025-04-01 23:26:27.251270",
8+
"spec_repo_commit": "2000c9c8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-01 20:56:02.103559",
13-
"spec_repo_commit": "f629f10b"
12+
"regenerated": "2025-04-01 23:26:27.268018",
13+
"spec_repo_commit": "2000c9c8"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30261,7 +30261,7 @@ components:
3026130261
format: int64
3026230262
type: integer
3026330263
rtt_micro_seconds:
30264-
description: Measured as TCP smoothed roundtrip time in microseconds (the
30264+
description: Measured as TCP smoothed round trip time in microseconds (the
3026530265
time between a TCP frame being sent and acknowledged).
3026630266
format: int64
3026730267
type: integer
@@ -44460,9 +44460,7 @@ paths:
4446044460
- Cloud Network Monitoring
4446144461
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,
4446244462

44463-
contact [Datadog support](https://docs.datadoghq.com/help/).
44464-
44465-
type: safe'
44463+
contact [Datadog support](https://docs.datadoghq.com/help/).'
4446644464
/api/v2/org_configs:
4446744465
get:
4446844466
description: Returns all Org Configs (name, description, and value).

packages/datadog-api-client-v2/models/SingleAggregatedConnectionResponseDataAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class SingleAggregatedConnectionResponseDataAttributes {
3131
*/
3232
"packetsSentByServer"?: number;
3333
/**
34-
* Measured as TCP smoothed roundtrip time in microseconds (the time between a TCP frame being sent and acknowledged).
34+
* Measured as TCP smoothed round trip time in microseconds (the time between a TCP frame being sent and acknowledged).
3535
*/
3636
"rttMicroSeconds"?: number;
3737
/**

0 commit comments

Comments
 (0)