Skip to content

Commit 29d4e8e

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 (#3410)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 7e83419 commit 29d4e8e

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.

api/datadogV2/api_container_images.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func (r *ListContainerImagesOptionalParameters) WithPageCursor(pageCursor string
6262

6363
// ListContainerImages Get all Container Images.
6464
// Get all Container Images for your organization.
65+
// **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.
6566
func (a *ContainerImagesApi) ListContainerImages(ctx _context.Context, o ...ListContainerImagesOptionalParameters) (ContainerImagesResponse, *_nethttp.Response, error) {
6667
var (
6768
localVarHTTPMethod = _nethttp.MethodGet

0 commit comments

Comments
 (0)