All Products
Search
Document Center

Time Series Database:ExploreHiTSDBInstanceDataMetricList

Last Updated:Mar 30, 2018

Description

Obtains the metrics list of the instance.

Request parameters

Name Type Required or not Description
RegionId String Yes ID of the region in which the instance is located
InstanceId String Yes Instance ID
ReverseIp String Yes Reverse VPC IP address of the instance
ReversePort Integer Yes Reverse VPC Port of the instance
Prefix String Yes Prefix
Max Long Yes Maximum number of returned results

NOTE: All the above request parameters have no default value.

Response parameters

Name Type Description
MetricList List List of metrics
Metric String Metric name

Return example

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"
    }]
}