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:
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.
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments