Skip to content

Commit fcc6750

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2000c9c8 of spec repo
1 parent d2f3981 commit fcc6750

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

lib/datadog_api_client/v2/models/single_aggregated_connection_response_data_attributes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class SingleAggregatedConnectionResponseDataAttributes
3636
# The total number of packets sent by the server over the given period.
3737
attr_accessor :packets_sent_by_server
3838

39-
# Measured as TCP smoothed roundtrip time in microseconds (the time between a TCP frame being sent and acknowledged).
39+
# Measured as TCP smoothed round trip time in microseconds (the time between a TCP frame being sent and acknowledged).
4040
attr_accessor :rtt_micro_seconds
4141

4242
# The number of TCP connections in a closed state. Measured in connections per second from the client.

0 commit comments

Comments
 (0)