Query Raw
An API to check if ingested points are as expected. Points ingested within a single second are averaged when returned.
host to query ingested points for (cannot contain wildcards). host or source is equivalent, only one should be used.
source to query ingested points for (cannot contain wildcards). host or source is equivalent, only one should be used.
metric to query ingested points for (cannot contain wildcards)
start time in epoch milliseconds (cannot be more than a day in the past) null to use an hour before endTime
end time in epoch milliseconds (cannot be more than a day in the past) null to use now
successful operation
[
{
"points": [
{
"value": "number",
"timestamp": 0
}
]
}
]
Invalid request parameters
Authorization Error
Metric not found for specified source/host
Server Error