Skip to content

Commit f249df8

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

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.502642",
8-
"spec_repo_commit": "f629f10b"
7+
"regenerated": "2025-04-01 23:26:28.242099",
8+
"spec_repo_commit": "2000c9c8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-01 20:55:53.517608",
13-
"spec_repo_commit": "f629f10b"
12+
"regenerated": "2025-04-01 23:26:28.258009",
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/datadog_api_client/v2/model/single_aggregated_connection_response_data_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __init__(
8080
:param packets_sent_by_server: The total number of packets sent by the server over the given period.
8181
:type packets_sent_by_server: int, optional
8282
83-
:param rtt_micro_seconds: Measured as TCP smoothed roundtrip time in microseconds (the time between a TCP frame being sent and acknowledged).
83+
:param rtt_micro_seconds: Measured as TCP smoothed round trip time in microseconds (the time between a TCP frame being sent and acknowledged).
8484
:type rtt_micro_seconds: int, optional
8585
8686
:param tcp_closed_connections: The number of TCP connections in a closed state. Measured in connections per second from the client.

0 commit comments

Comments
 (0)