Skip to main content

Sets the device analytics state and queues any required event

POST /v1/device/{deviceID}/runanalytics/{runAnalytics}

Summary

Sets the device analytics state and queues any required event.

Authentication

No operation-level security requirement is documented here.

Parameters

NameInTypeRequiredDescriptionExample
deviceIDpathinteger (int64)YesThe device ID.1
runAnalyticspathinteger (int32)YesUse 0 to disable analytics and 1 to enable analytics.1

Request Body

No request body is documented here.

Responses

200

Success

application/json

Not documented here.

Example

{
"EventID": 101
}