clustering

Adds label to a behavior cluster.

post/clustering/add-label

Request body

sensorIdstring required
modelVersionstring required
clusterIndexstring required
labelstring required

Example request

{
  "sensorId": "cam-1",
  "modelVersion": "1",
  "clusterIndex": "1",
  "label": "1"
}

Response

Successful Operation.

successboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.