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.337536",
"spec_repo_commit": "f629f10b"
"regenerated": "2025-04-01 23:26:31.529161",
"spec_repo_commit": "2000c9c8"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-04-01 20:55:53.354938",
"spec_repo_commit": "f629f10b"
"regenerated": "2025-04-01 23:26:31.546701",
"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 @@ -198,7 +198,7 @@ public SingleAggregatedConnectionResponseDataAttributes rttMicroSeconds(Long rtt
}

/**
* Measured as TCP smoothed roundtrip time in microseconds (the time between a TCP frame being
* Measured as TCP smoothed round trip time in microseconds (the time between a TCP frame being
* sent and acknowledged).
*
* @return rttMicroSeconds
Expand Down
Loading