File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -57932,7 +57932,11 @@ paths:
5793257932 - security_monitoring_filters_write
5793357933 /api/v2/container_images:
5793457934 get:
57935- description: Get all Container Images for your organization.
57935+ description: 'Get all Container Images for your organization.
57936+
57937+ **Note**: To enrich the data returned by this endpoint with security scans,
57938+ see the new [api/v2/security/scanned-assets-metadata](https://docs.datadoghq.com/api/latest/security-monitoring/#list-scanned-assets-metadata)
57939+ endpoint.'
5793657940 operationId: ListContainerImages
5793757941 parameters:
5793857942 - description: Comma-separated list of tags to filter Container Images by.
Original file line number Diff line number Diff line change @@ -223,7 +223,10 @@ public PaginationIterable<ContainerImageItem> listContainerImagesWithPagination(
223223 }
224224
225225 /**
226- * Get all Container Images for your organization.
226+ * Get all Container Images for your organization. <strong>Note</strong>: To enrich the data
227+ * returned by this endpoint with security scans, see the new <a
228+ * href="https://docs.datadoghq.com/api/latest/security-monitoring/#list-scanned-assets-metadata">api/v2/security/scanned-assets-metadata</a>
229+ * endpoint.
227230 *
228231 * @param parameters Optional parameters for the request.
229232 * @return ApiResponse<ContainerImagesResponse>
You can’t perform that action at this time.
0 commit comments