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: lib/datadog_api_client/v1/api/hosts_api.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ def list_hosts(opts = {})
101
101
# Retention is 7 days.
102
102
# Results are paginated with a max of 1000 results at a time.
103
103
# **Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id` in the response.
104
+
# **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.
104
105
#
105
106
# @param opts [Hash] the optional parameters
106
107
# @option opts [String] :filter String to filter search results.
0 commit comments