diff --git a/.apigentools-info b/.apigentools-info index f40a72ebca5..3769d29b303 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-06-23 19:18:44.439267", - "spec_repo_commit": "779f1def" + "regenerated": "2025-06-23 20:59:45.103673", + "spec_repo_commit": "75086adf" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-06-23 19:18:44.455531", - "spec_repo_commit": "779f1def" + "regenerated": "2025-06-23 20:59:45.122033", + "spec_repo_commit": "75086adf" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index b83ef47e92d..e965f588c99 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -26616,7 +26616,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/src/main/java/com/datadog/api/client/v1/api/HostsApi.java b/src/main/java/com/datadog/api/client/v1/api/HostsApi.java index 1d95c3a91be..2758e392aa6 100644 --- a/src/main/java/com/datadog/api/client/v1/api/HostsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/HostsApi.java @@ -384,7 +384,8 @@ public CompletableFuture listHostsAsync( /** * This endpoint allows searching for hosts by name, alias, or tag. 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. + * results at a time. Note: If the host is an Amazon EC2 instance, id + * is replaced with aws_id in the response. * * @param parameters Optional parameters for the request. * @return ApiResponse<HostListResponse>