File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
src/datadog_api_client/v1/api Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-07-01 19:44:32.657208 ",
8
- "spec_repo_commit": "dcd0d219 "
7
+ "regenerated": "2025-07-02 08:49:15.393319 ",
8
+ "spec_repo_commit": "b431a9be "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-07-01 19:44:32.783072 ",
13
- "spec_repo_commit": "dcd0d219 "
12
+ "regenerated": "2025-07-02 08:49:15.486062 ",
13
+ "spec_repo_commit": "b431a9be "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -26649,7 +26649,10 @@ paths:
26649
26649
26650
26650
Retention is 7 days.
26651
26651
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.'
26653
26656
operationId: ListHosts
26654
26657
parameters:
26655
26658
- description: String to filter search results.
Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ def list_hosts(
193
193
Hosts live within the past 3 hours are included by default.
194
194
Retention is 7 days.
195
195
Results are paginated with a max of 1000 results at a time.
196
+ **Note:** If the host is an Amazon EC2 instance, ``id`` is replaced with ``aws_id`` in the response.
196
197
197
198
:param filter: String to filter search results.
198
199
:type filter: str, optional
You can’t perform that action at this time.
0 commit comments