Skip to content

Commit 2781a9f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[Cloud Network Monitoring API] Fix typo (#583)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 3da7b2c commit 2781a9f

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:50.931392",
8-
"spec_repo_commit": "f629f10b"
7+
"regenerated": "2025-04-01 23:26:32.104055",
8+
"spec_repo_commit": "2000c9c8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-01 20:55:50.947165",
13-
"spec_repo_commit": "f629f10b"
12+
"regenerated": "2025-04-01 23:26:32.120002",
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/datadogV2/model/model_single_aggregated_connection_response_data_attributes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub struct SingleAggregatedConnectionResponseDataAttributes {
2626
/// The total number of packets sent by the server over the given period.
2727
#[serde(rename = "packets_sent_by_server")]
2828
pub packets_sent_by_server: Option<i64>,
29-
/// Measured as TCP smoothed roundtrip time in microseconds (the time between a TCP frame being sent and acknowledged).
29+
/// Measured as TCP smoothed round trip time in microseconds (the time between a TCP frame being sent and acknowledged).
3030
#[serde(rename = "rtt_micro_seconds")]
3131
pub rtt_micro_seconds: Option<i64>,
3232
/// The number of TCP connections in a closed state. Measured in connections per second from the client.

0 commit comments

Comments
 (0)