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: services/hosts/src/v1/HostsApi.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -645,6 +645,7 @@ export class HostsApi {
645
645
* Retention is 7 days.
646
646
* Results are paginated with a max of 1000 results at a time.
647
647
* **Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id` in the response.
648
+
* **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