diff --git a/.apigentools-info b/.apigentools-info index 53675c80dca8..33c64bbda5b0 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -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" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 8731af7d928d..d2a0d3f130cb 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -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. diff --git a/lib/datadog_api_client/v1/api/hosts_api.rb b/lib/datadog_api_client/v1/api/hosts_api.rb index f0d9137c9b1a..c64003cff2b0 100644 --- a/lib/datadog_api_client/v1/api/hosts_api.rb +++ b/lib/datadog_api_client/v1/api/hosts_api.rb @@ -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.