Skip to content

Commit bef6248

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 37759f0c of spec repo
1 parent e1ba22e commit bef6248

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
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-09 14:45:35.688547",
8-
"spec_repo_commit": "79e7c933"
7+
"regenerated": "2025-06-09 22:44:43.593299",
8+
"spec_repo_commit": "37759f0c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-09 14:45:35.704920",
13-
"spec_repo_commit": "79e7c933"
12+
"regenerated": "2025-06-09 22:44:43.608727",
13+
"spec_repo_commit": "37759f0c"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

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

2661126611
Retention is 7 days.
2661226612

26613-
Results are paginated with a max of 1000 results at a time.'
26613+
Results are paginated with a max of 1000 results at a time.
26614+
26615+
**Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id`
26616+
in the response.'
2661426617
operationId: ListHosts
2661526618
parameters:
2661626619
- description: String to filter search results.

src/main/java/com/datadog/api/client/v1/api/HostsApi.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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&lt;HostListResponse&gt;

0 commit comments

Comments
 (0)