Skip to content

Commit 4505f25

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 0244fb4 of spec repo (#3191)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent d000bc2 commit 4505f25

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

src/main/java/com/datadog/api/client/v2/api/ContainerImagesApi.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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&lt;ContainerImagesResponse&gt;

0 commit comments

Comments
 (0)