Ingest Metrics
Request
URI
POST
https://{api_host}//api/metrics
COPY
Request Body
(streaming inputs)
metricingestMetricIngestRequest of type(s) application/json
Required
{
"metricDetails": [
{
"dataPoints": [
{
"timeMs": "string",
"valueInt64": "string",
"valueDouble": "number",
"valueBoolean": false,
"valueString": "string"
}
],
"metricName": "string"
}
],
"deviceId": "string"
}
string
deviceId
Optional
deviceId
Responses
200
Returns metricingestMetricIngestResponse of type(s) */*
{
"responseMessage": "string"
}
string
responseMessage
Optional
responseMessage
404
Not Found
Operation doesn't return any data structure
Metric Ingest Service Operations
POST
Ingest Metrics