Stream Analytics

This endpoint exposes stream analytics results to end-user

GET https://api-dev.konnectware.com/api/v1/stream-analytics

Query Parameters

Name
Type
Description

analysis*

String

Name of stream analytics created in Konnectware

Headers

Name
Type
Description

Authorization*

String

bearer token

{
    // Strean analysis result as JSON array
}

Eg:- https://api-dev.konnectware.com/api/v1/stream-analytics?analysis=Temperature > 30

"Temperature > 30" is the name of stream analysis created in the Konnectware application to track the device generated temperature is going beyond 30 degrees Celcius in the case of a Temperature tracking device

The API is authenticated with the token you acquired from the settings section of the Konnectware admin user interface.

Last updated