Skip to content

Get Metric Tags

Wyatt Huang edited this page Apr 5, 2016 · 1 revision

Get tags in specific metric

RESTful API

Response

  • 200 if no error
  • 400 for input error
  • 500 for system error

Description

none

JSON format response example

{  
    "result":{  
        "tag":[  
            "host",
            "speed",
            "type"
        ]
    }
}

Clone this wiki locally