Skip to content

Commit 9a275d2

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit b431a9be of spec repo (#2339)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent aa01d8d commit 9a275d2

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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-07-01 19:44:38.949885",
8-
"spec_repo_commit": "dcd0d219"
7+
"regenerated": "2025-07-02 08:49:15.183459",
8+
"spec_repo_commit": "b431a9be"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-01 19:44:38.977875",
13-
"spec_repo_commit": "dcd0d219"
12+
"regenerated": "2025-07-02 08:49:15.200073",
13+
"spec_repo_commit": "b431a9be"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

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

2665026650
Retention is 7 days.
2665126651

26652-
Results are paginated with a max of 1000 results at a time.'
26652+
Results are paginated with a max of 1000 results at a time.
26653+
26654+
**Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id`
26655+
in the response.'
2665326656
operationId: ListHosts
2665426657
parameters:
2665526658
- description: String to filter search results.

packages/datadog-api-client-v1/apis/HostsApi.ts

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

0 commit comments

Comments
 (0)