hcloud_show_metric_data
Fetch Cloud Eye metric data points for your resources. Provide namespace, metric, dimension, filter, period, and time range to obtain aggregated values like average, variance, min, max, or sum.
Instructions
Show CES (Cloud Eye) metric data points
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | Yes | Region | |
| namespace | Yes | Metric namespace (e.g. SYS.ECS) | |
| metric_name | Yes | Metric name (e.g. cpu_util) | |
| dim_0 | Yes | Dimension 0 (e.g. instance_id,xxxx) | |
| filter | Yes | Aggregation method: average, variance, min, max, sum | |
| period | Yes | Aggregation period in seconds (1, 60, 300, 1200, 3600, 14400, 86400) | |
| from_ | Yes | Start time (UNIX timestamp in ms) | |
| to | Yes | End time (UNIX timestamp in ms) |