timeweb_get_server_statistics
Retrieve CPU, RAM, disk, and network usage statistics for a cloud server. Provide server ID and optional date range for markdown or JSON output.
Instructions
Get resource usage statistics for a cloud server (CPU, RAM, Disk, Network)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | |
| date_to | No | End date for statistics in ISO format | |
| date_from | No | Start date for statistics in ISO format (e.g., '2024-01-01T00:00:00Z') | |
| server_id | Yes | Server ID |