Get Metric Details

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


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns MetricDetailsResponse of type(s) application/json
{
    "continuationToken": "string",
    "hosts": [
        {
            "host": "string",
            "last_update": 0
        }
    ]
}
string
continuationToken
Optional

Token used for pagination of results

hosts
Optional

List of sources/hosts reporting this metric