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-07-01 19:44:30.731533",
"spec_repo_commit": "dcd0d219"
"regenerated": "2025-07-02 08:49:18.349386",
"spec_repo_commit": "b431a9be"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-07-01 19:44:30.747442",
"spec_repo_commit": "dcd0d219"
"regenerated": "2025-07-02 08:49:18.368578",
"spec_repo_commit": "b431a9be"
}
}
}
5 changes: 4 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26649,7 +26649,10 @@ paths:

Retention is 7 days.

Results are paginated with a max of 1000 results at a time.'
Results are paginated with a max of 1000 results at a time.

**Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id`
in the response.'
operationId: ListHosts
parameters:
- description: String to filter search results.
Expand Down
1 change: 1 addition & 0 deletions lib/datadog_api_client/v1/api/hosts_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def list_hosts(opts = {})
# Hosts live within the past 3 hours are included by default.
# Retention is 7 days.
# Results are paginated with a max of 1000 results at a time.
# **Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id` in the response.
#
# @param opts [Hash] the optional parameters
# @option opts [String] :filter String to filter search results.
Expand Down
Loading