Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-04-01 20:55:53.888631",
"spec_repo_commit": "f629f10b"
"regenerated": "2025-04-01 23:26:29.537619",
"spec_repo_commit": "2000c9c8"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-04-01 20:55:53.904596",
"spec_repo_commit": "f629f10b"
"regenerated": "2025-04-01 23:26:29.553596",
"spec_repo_commit": "2000c9c8"
}
}
}
6 changes: 2 additions & 4 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30261,7 +30261,7 @@ components:
format: int64
type: integer
rtt_micro_seconds:
description: Measured as TCP smoothed roundtrip time in microseconds (the
description: Measured as TCP smoothed round trip time in microseconds (the
time between a TCP frame being sent and acknowledged).
format: int64
type: integer
Expand Down Expand Up @@ -44460,9 +44460,7 @@ paths:
- Cloud Network Monitoring
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,

contact [Datadog support](https://docs.datadoghq.com/help/).

type: safe'
contact [Datadog support](https://docs.datadoghq.com/help/).'
/api/v2/org_configs:
get:
description: Returns all Org Configs (name, description, and value).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SingleAggregatedConnectionResponseDataAttributes
# The total number of packets sent by the server over the given period.
attr_accessor :packets_sent_by_server

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

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