Skip to content

Commit f2df2e6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit b431a9b of spec repo (#2413)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 557a4cd commit f2df2e6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.generator/schemas/v1/openapi.yaml

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

2688126881
Retention is 7 days.
2688226882

26883-
Results are paginated with a max of 1000 results at a time.'
26883+
Results are paginated with a max of 1000 results at a time.
26884+
26885+
**Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id`
26886+
in the response.'
2688426887
operationId: ListHosts
2688526888
parameters:
2688626889
- description: String to filter search results.

services/hosts/src/v1/HostsApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ export class HostsApi {
644644
* Hosts live within the past 3 hours are included by default.
645645
* Retention is 7 days.
646646
* Results are paginated with a max of 1000 results at a time.
647+
* **Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id` in the response.
647648
* @param param The request object
648649
*/
649650
public listHosts(

0 commit comments

Comments
 (0)