ExploreHiTSDBInstanceDataMetricList

更新时间:
复制 MD 格式

Obtains the metrics list of a Time Series Database (TSDB) instance.

Request parameters

NameTypeRequiredDescription
RegionIdStringYesThe ID of the region where the TSDB instance is located.
InstanceIdStringYesThe ID of the TSDB instance.
ReverseIpStringYesThe reverse VPC IP address of the instance.
ReversePortIntegerYesThe reverse VPC port of the instance.
PrefixStringYesThe prefix of the metric names.
MaxLongYesThe maximum number of metrics to return.

None of the request parameters have default values.

Response elements

NameTypeDescription
MetricListListThe list of metrics.
MetricStringThe metric name.

Examples

The following example shows a sample response in JSON format.

{
    "RequestId": "2553A660-E4EB-4AF4-A402-8AFF70A49143",
    "InstanceId": "instance1",
    "MetricList": [
        {
            "Metric": "hbase.lose.data.cont"
        },
        {
            "Metric": "hbase.write.cost.cont"
        },
        {
            "Metric": "hbase.write.cost.max"
        },
        {
            "Metric": "hbase.write.cost.mean"
        },
        {
            "Metric": "hbase.write.cost.mean_rate"
        }
    ]
}