list-containers
List infrastructure containers with filtering, grouping, sorting, and pagination to manage your containerized environment.
Instructions
List infrastructure containers with filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filterTags | No | Comma-separated tags to filter. Example: short_image:nginx,env:production | |
| groupBy | No | Group containers by attribute. Example: short_image, container_name | |
| sort | No | Sort field. Example: container_name, -cpu_percent | |
| pageSize | No | Number of results per page (default 20, max 1000) | |
| pageCursor | No | Pagination cursor from previous response |