Get Metric Details
Get more details on a metric, including reporting sources and approximate last time reported
Request
URI
GET
https://{api_host}/api/v2/chart/metric/detail
COPY
Query Parameters
string
m
Required
Metric name
integer
l
Optional
limit
string
c
Optional
cursor value to continue if the number of results exceeds 1000
string of
array
h
Optional
glob pattern for sources to include in the query result
Responses
200
successful operation
Returns
MetricDetailsResponse
of type(s)
application/json
{
"continuationToken": "string",
"hosts": [
{
"host": "string",
"last_update": 0,
"tags": {
"tags": "string"
}
}
]
}
string
continuationToken
Optional
Token used for pagination of results
array of
object
hosts
Optional
List of sources/hosts reporting this metric
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/chart/metric/detail?m=v
Metric Operations
GET
Get Metric Details