Skip to content

Commit 291ef18

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 (#972)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent c193e25 commit 291ef18

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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/datadogV2/api/api_container_images.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ impl ContainerImagesAPI {
127127
}
128128

129129
/// Get all Container Images for your organization.
130+
/// **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.
130131
pub async fn list_container_images(
131132
&self,
132133
params: ListContainerImagesOptionalParams,
@@ -187,6 +188,7 @@ impl ContainerImagesAPI {
187188
}
188189

189190
/// Get all Container Images for your organization.
191+
/// **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.
190192
pub async fn list_container_images_with_http_info(
191193
&self,
192194
params: ListContainerImagesOptionalParams,

0 commit comments

Comments
 (0)