You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datadogV1/api/api_hosts.rs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -306,6 +306,7 @@ impl HostsAPI {
306
306
/// Retention is 7 days.
307
307
/// Results are paginated with a max of 1000 results at a time.
308
308
/// **Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id` in the response.
309
+
/// **Note**: To enrich the data returned by this endpoint with security scans, see the new [api/v2/security/scanned-assets-metadata](<https://docs.datadoghq.com/api/latest/security-monitoring/#list-scanned-assets-metadata>) endpoint.
309
310
pubasyncfnlist_hosts(
310
311
&self,
311
312
params:ListHostsOptionalParams,
@@ -329,6 +330,7 @@ impl HostsAPI {
329
330
/// Retention is 7 days.
330
331
/// Results are paginated with a max of 1000 results at a time.
331
332
/// **Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id` in the response.
333
+
/// **Note**: To enrich the data returned by this endpoint with security scans, see the new [api/v2/security/scanned-assets-metadata](<https://docs.datadoghq.com/api/latest/security-monitoring/#list-scanned-assets-metadata>) endpoint.
0 commit comments