Ingest Metrics
Request
URI
POST
https://{api_host}/api/metrics
COPY
Request Body
(streaming inputs)
metricingestMetricIngestRequest
of type(s)
application/json
Required
"metricingestMetricIngestRequest Object"
array of
object
metricDetails
Optional
metricDetails
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
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/metrics
Metric Ingest Service Operations
POST
Ingest Metrics