Skip to content

Live Monitoring

Start Live Monitoring

To make an Insights model live for continuous evaluation of incoming data, use the STARTLIVEMODEL flow.

model:

The ID of the learned Insights model

Request Payload

{
    "flowType": "STARTLIVEMODEL",
    "name": "Start monitoring signal current",
    "spec": {
              "model": "1402745199344193536"
            }
}

Stop live monitoring

To stop an Insights live model live, use the STOPLIVEMODEL flow.

model:

The ID of the learned Insights model

Request Payload

{
    "flowType": "STOPLIVEMODEL",
    "name": "Start monitoring signal current",
    "spec": {
              "model": "1402745199344193536"
            }
}