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하나의 센서를 표시하기 위해 사용되는 tag를 생성한다. Tag를 생성할 때 이미 디자인한 스키마와 같은 형태로 데이터를 입력해야 한다. 여러개의 tag를 한꺼번에 등록할 수 있다. Tag 생성 API를 수행하여 결과가 성공이면 입력한 데이터에 따라 Tag의 id와 정보들이 입력되고 입력 결과를 json arry형태로 반환한다.
이 API를 호출하면 등록된 모든 tag에 대한 정보를 반환한다. Tag_name 변수에 특정 단어를 입력하고 API를 호출하면 해당 단어를 포함하는 tag의 리스트를 반환한다. tag 수가 많아서 여러 페이지로 출력하고자 할 때에는 limit과 offset을 이용하면 된다.
Tag_name 변수에 지정한 tag에 대한 자세한 정보를 반환한다.
Tag_name 변수에 지정된 tag 정보와 기록된 데이터를 삭제한다.
등록된 Tag에 대한 정보를 변경한다. 변경할 tag의 이름을 name 필드에 설정하고, 변경할 정보를 해당하는 “col_name” 및 “value” 필드에 지정하여 json arry로 설정한 후 호출하여야 한다.
Content Comparison
General
Content
Integrations