Skip to content

Commit 62de8a3

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Include mention to new scanned-assets-metadata endpoint on container images v2 endpoint (#2890)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent c829120 commit 62de8a3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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/datadog_api_client/v2/api/container_images_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def list_container_images(
8686
"""Get all Container Images.
8787
8888
Get all Container Images for your organization.
89+
**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.
8990
9091
:param filter_tags: Comma-separated list of tags to filter Container Images by.
9192
:type filter_tags: str, optional

0 commit comments

Comments
 (0)