This API creates a tag that represents a sensor. When creating, you can insert multiple items at the same time, and you have to insert data based on the schema you designed when creating the lake. If registration is successful, the tag id and tag information of the registered tag are returned in the form of a json array.
This API returns a list of all registered tags. When a word is entered into the tag_name variable when requested, a list of all tags containing that word is returned. In addition, you can easily implement pagenation in user applications through limits and offsets.
HTTP RequestParameters
This API returns the details of the specified tag. User must specify the correct name for the tag_name variable.
HTTP RequestParameters
This API drops the registered specific tag and all related data. When calling, you must specify the correct name for tag_name.
HTTP RequestParameters
This API modifies the details of the registered tag. The name of the tag to be modified is entered in the name field, and the name of the column to be modified and the modified value of the corresponding tag are entered in “col_name” and “value” in the columns, respectively, and input in the form of a json array to request.
General
Content
Integrations