Skip to content

Commit d19d024

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6539e05 of spec repo
1 parent 79e48a5 commit d19d024

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
@@ -57055,7 +57055,11 @@ paths:
5705557055
- security_monitoring_filters_write
5705657056
/api/v2/container_images:
5705757057
get:
57058-
description: Get all Container Images for your organization.
57058+
description: 'Get all Container Images for your organization.
57059+
57060+
**Note:** To enrich the data returned by this endpoint with security scans,
57061+
see the new [api/v2/security/scanned-assets-metadata](https://docs.datadoghq.com/api/latest/security-monitoring/#list-scanned-assets-metadata)
57062+
endpoint.'
5705957063
operationId: ListContainerImages
5706057064
parameters:
5706157065
- 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)