list_containers
Retrieve and filter containers secured by RAD Security using criteria like image name, digest, namespace, or cluster ID. Supports pagination and free text search for precise results.
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. | |
limit | No | Maximum number of results to return. Default: 20 | |
offset | No | Pagination offset. Default: 0 | |
q | No | Free text search query |