We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cb31d commit 1998978Copy full SHA for 1998978
admin/rest-api.rst
@@ -1359,7 +1359,7 @@ Request path: *API_HOME*/objects/**{object-id}**/data-collection
1359
1360
JSON data:
1361
1362
- Create new DCI (name and description are obligatory fields):
+ Create new DCI (name, description and valueType are obligatory fields):
1363
1364
.. code-block:: json
1365
@@ -1370,9 +1370,15 @@ JSON data:
1370
"pollingInterval": "120",
1371
"pollingScheduleType": "1",
1372
"retentionType": "1",
1373
- "retentionTime": "60"
+ "retentionTime": "60",
1374
+ "valueType" : "single"
1375
}
1376
1377
+.. note::
1378
+
1379
+ valueType should be one of the following:
1380
+ * single
1381
+ * table
1382
1383
Update DCI
1384
~~~~~~~~~~
0 commit comments