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
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| deviceID | path | integer (int64) | Yes | The device ID. | 1 |
| runAnalytics | path | integer (int32) | Yes | Use 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
}