Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57055,7 +57055,11 @@ paths:
- security_monitoring_filters_write
/api/v2/container_images:
get:
description: Get all Container Images for your organization.
description: 'Get all Container Images for your organization.

**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.'
operationId: ListContainerImages
parameters:
- description: Comma-separated list of tags to filter Container Images by.
Expand Down
1 change: 1 addition & 0 deletions services/container_images/src/v2/ContainerImagesApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ export class ContainerImagesApi {

/**
* Get all Container Images for your organization.
* **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.
* @param param The request object
*/
public listContainerImages(
Expand Down