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/datadogV2/api/api_container_images.rs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,7 @@ impl ContainerImagesAPI {
127
127
}
128
128
129
129
/// Get all Container Images for your organization.
130
+
/// **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.
130
131
pubasyncfnlist_container_images(
131
132
&self,
132
133
params:ListContainerImagesOptionalParams,
@@ -187,6 +188,7 @@ impl ContainerImagesAPI {
187
188
}
188
189
189
190
/// Get all Container Images for your organization.
191
+
/// **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