Skip to content

Commit efcd1cb

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[Cloud Network Monitoring API] Fix typo (#2785)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 4008e3e commit efcd1cb

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:55:53.337536",
8-
"spec_repo_commit": "f629f10b"
7+
"regenerated": "2025-04-01 23:26:31.529161",
8+
"spec_repo_commit": "2000c9c8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-01 20:55:53.354938",
13-
"spec_repo_commit": "f629f10b"
12+
"regenerated": "2025-04-01 23:26:31.546701",
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).

src/main/java/com/datadog/api/client/v2/model/SingleAggregatedConnectionResponseDataAttributes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public SingleAggregatedConnectionResponseDataAttributes rttMicroSeconds(Long rtt
198198
}
199199

200200
/**
201-
* Measured as TCP smoothed roundtrip time in microseconds (the time between a TCP frame being
201+
* Measured as TCP smoothed round trip time in microseconds (the time between a TCP frame being
202202
* sent and acknowledged).
203203
*
204204
* @return rttMicroSeconds

0 commit comments

Comments
 (0)