-
Notifications
You must be signed in to change notification settings - Fork 2
Get Metric Tags
Wyatt Huang edited this page Apr 5, 2016
·
1 revision
Get tags in specific metric
- Method : POST
- URL : http://hostname:port/api/v1/tagnames
- Post key name : metric
- 200 if no error
- 400 for input error
- 500 for system error
none
{
"result":{
"tag":[
"host",
"speed",
"type"
]
}
}