Skip to content

Commit 0e131b1

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 (#2721)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 0097141 commit 0e131b1

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.

lib/datadog_api_client/v2/api/container_images_api.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def list_container_images(opts = {})
3434
# Get all Container Images.
3535
#
3636
# Get all Container Images for your organization.
37+
# **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.
3738
#
3839
# @param opts [Hash] the optional parameters
3940
# @option opts [String] :filter_tags Comma-separated list of tags to filter Container Images by.

0 commit comments

Comments
 (0)