Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

  • Create Tag

    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.

  • List Tag

    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

  • View Tag

    This API returns the details of the specified tag. User must specify the correct name for the tag_name variable.

    HTTP RequestParameters

  • Drop Tag

    This API drops the registered specific tag and all related data. When calling, you must specify the correct name for tag_name.

    HTTP RequestParameters

  • Update Tag

    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.

  • No labels