File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
src/main/java/com/datadog/api/client/v1/api Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-06-23 19:18:44.439267 ",
8- "spec_repo_commit": "779f1def "
7+ "regenerated": "2025-06-23 20:59:45.103673 ",
8+ "spec_repo_commit": "75086adf "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-06-23 19:18:44.455531 ",
13- "spec_repo_commit": "779f1def "
12+ "regenerated": "2025-06-23 20:59:45.122033 ",
13+ "spec_repo_commit": "75086adf "
1414 }
1515 }
1616}
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -384,7 +384,8 @@ public CompletableFuture<HostListResponse> listHostsAsync(
384384 /**
385385 * This endpoint allows searching for hosts by name, alias, or tag. Hosts live within the past 3
386386 * hours are included by default. Retention is 7 days. Results are paginated with a max of 1000
387- * results at a time.
387+ * results at a time. <strong>Note:</strong> If the host is an Amazon EC2 instance, <code>id
388+ * </code> is replaced with <code>aws_id</code> in the response.
388389 *
389390 * @param parameters Optional parameters for the request.
390391 * @return ApiResponse<HostListResponse>
You can’t perform that action at this time.
0 commit comments