File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -26880,7 +26880,10 @@ paths:
26880
26880
26881
26881
Retention is 7 days.
26882
26882
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.'
26884
26887
operationId: ListHosts
26885
26888
parameters:
26886
26889
- description: String to filter search results.
Original file line number Diff line number Diff line change @@ -644,6 +644,7 @@ export class HostsApi {
644
644
* Hosts live within the past 3 hours are included by default.
645
645
* Retention is 7 days.
646
646
* 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.
647
648
* @param param The request object
648
649
*/
649
650
public listHosts (
You can’t perform that action at this time.
0 commit comments