get_reporting_data
Retrieve historical reporting data for system graphs, including CPU, memory, disk, and network metrics, with configurable time units and optional identifiers.
Instructions
Get historical reporting data for a graph.
Units: HOUR (1h), DAY (24h), WEEK, MONTH, YEAR. Some graphs need an identifier (e.g., disk name 'sda' for disk graphs, interface name 'enp5s0' for network graphs). Response format: [{name, identifier, data: [[unix_timestamp, value], ...]}]. Memory/ARC values in bytes, CPU in percentage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | Yes | ||
| unit | No | HOUR | |
| identifier | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |