Skip to content

Commit e7b12de

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit b431a9be of spec repo (#3141)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent a171f9e commit e7b12de

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

.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:30.657408",
8-
"spec_repo_commit": "dcd0d219"
7+
"regenerated": "2025-07-02 08:49:14.937709",
8+
"spec_repo_commit": "b431a9be"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-01 19:44:30.676247",
13-
"spec_repo_commit": "dcd0d219"
12+
"regenerated": "2025-07-02 08:49:14.953615",
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.

api/datadogV1/api_hosts.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ func (r *ListHostsOptionalParameters) WithIncludeHostsMetadata(includeHostsMetad
185185
// Hosts live within the past 3 hours are included by default.
186186
// Retention is 7 days.
187187
// Results are paginated with a max of 1000 results at a time.
188+
// **Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id` in the response.
188189
func (a *HostsApi) ListHosts(ctx _context.Context, o ...ListHostsOptionalParameters) (HostListResponse, *_nethttp.Response, error) {
189190
var (
190191
localVarHTTPMethod = _nethttp.MethodGet

0 commit comments

Comments
 (0)