Skip to content

Commit 837e890

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 75086adf of spec repo
1 parent bd71fe6 commit 837e890

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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-06-23 19:18:44.009093",
8-
"spec_repo_commit": "779f1def"
7+
"regenerated": "2025-06-23 20:59:46.778556",
8+
"spec_repo_commit": "75086adf"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-23 19:18:44.025381",
13-
"spec_repo_commit": "779f1def"
12+
"regenerated": "2025-06-23 20:59:46.795449",
13+
"spec_repo_commit": "75086adf"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26616,7 +26616,10 @@ paths:
2661626616

2661726617
Retention is 7 days.
2661826618

26619-
Results are paginated with a max of 1000 results at a time.'
26619+
Results are paginated with a max of 1000 results at a time.
26620+
26621+
**Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id`
26622+
in the response.'
2662026623
operationId: ListHosts
2662126624
parameters:
2662226625
- description: String to filter search results.

lib/datadog_api_client/v1/api/hosts_api.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def list_hosts(opts = {})
100100
# Hosts live within the past 3 hours are included by default.
101101
# Retention is 7 days.
102102
# Results are paginated with a max of 1000 results at a time.
103+
# **Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id` in the response.
103104
#
104105
# @param opts [Hash] the optional parameters
105106
# @option opts [String] :filter String to filter search results.

0 commit comments

Comments
 (0)