Query Container Statistics
query_container_statsQuery time-series CPU, memory, and network statistics for a specific container using its container ID and optional start/end time.
Instructions
Query time-series statistics for a specific container (CPU, memory, network).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container_id | Yes | The container ID to query statistics for | |
| start_time | No | Start time in ISO 8601 format (e.g. 2024-01-01T00:00:00Z) | |
| end_time | No | End time in ISO 8601 format | |
| page | No | Page number (default: 1) | |
| per_page | No | Number of results per page (default: 100) |