list_images
Retrieve container images from RAD Security with pagination, sorting, and filtering options to manage security insights in Kubernetes environments.
Instructions
List container images with optional filtering by page, page size, sort, and search query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items per page | |
| offset | No | Offset to start the list from | |
| sort | No | Sort order | name:asc |
| filters | No | Filter string (e.g., 'eol:ok', 'eol:reached', 'name:nginx', 'tag:1.26.0'), where eol is end of life status of the base image | |
| q | No | Free text search query |