ncloud_query_monitoring_data
Query time-series monitoring data from Cloud Insight to retrieve metric values for a specific product and metric, with support for aggregation and dimension filters.
Instructions
Query time-series monitoring data from Cloud Insight. Returns metric data for a specific product and metric.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cw_key | Yes | Product key (cw_key) identifying the service (see Cloud Insight metrics) | |
| metric | Yes | Metric name to query (e.g., "avg_cpu_used_rto", "mem_usert") | |
| timeEnd | Yes | End time in Unix epoch milliseconds | |
| interval | No | Aggregation interval (default: Min5) | |
| prodName | Yes | Product name (e.g., "System/Server(VPC)") | |
| timeStart | Yes | Start time in Unix epoch milliseconds | |
| dimensions | No | Dimension filters as key-value pairs (e.g., {"instanceNo": "12345"}) | |
| aggregation | No | Aggregation type (default: AVG) |