list_containers
Retrieve and filter containers secured by RAD Security using image name, digest, namespace, cluster ID, or free text search to monitor Kubernetes security.
Instructions
List containers secured by RAD Security with optional filtering by image name, image digest, namespace, cluster_id, or free text search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Filter string (e.g., 'image_name:nginx' or 'image_digest:sha256:...' or 'owner_namespace:namespace' or 'cluster_id:cluster_id'). Multiple filters can be combined with commas. | |
| offset | No | Pagination offset. Default: 0 | |
| limit | No | Maximum number of results to return. Default: 20 | |
| q | No | Free text search query |