Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Single Tag Value Delete
    This API deletes the data contained in a specific Tag . tag_name is the name of the tag to be deleted, base_time is the time value of the data to be deleted, and all data before this time are deleted. If base_time is not entered, all data of the corresponding tag is deleted. The default format is 이 API를 이용하면 특정한 Tag의 데이터를 삭제할 수 있다. Tag_name, base_time값에 해당하는 센서 데이터가 삭제된다. Base_time 매개변수를 지정하지 않으면 해당 tag의 모든 데이터가 삭제된다. 시간값을 지정하는 기본 포멧은 "YYYY-MM-DD HH24:MI:SS" , determined in seconds이다. 자세한 내용은 링크에 기술되어 있다.

  • All Tag Value Delete
    This API deletes all data from data lake before the specific time specified as base_time for all tags at once. This function is generally called when data in a specific range is no longer needed after data backup is complete, and is used to free up storage space. Date format is the same as Single Tag Delete. If base_time is not specified, all data for all tags would be deleted이 API는 특정 시점 이전의 모든 센서 데이터를 삭제한다. 시간 값은 base_time 매개변수로 전달한다. 대량의 데이터가 저장되어 저장공간이 부족할때 과거 데이터를 삭제하려고 할 때 사용된다. 시간값을 지정하는 포멧은 Single Tag Value Delete와 동일하다. Base_time 매개변수를 지정하지 않았을 경우, 모든 센서 데이터가 삭제된다. 자세한 내용은 링크에 기술되어 있다.

  • Calculated Tag Value Delete
    This API deletes the calculated data automatically created by Machlake. Since this calculated data is designed not to be deleted even if the original tag data is deleted, a separate deletion process is required. All data before the time specified as base_time can be deleted. If this value is not specified, all data existing in calculated will be deletedMachlake에 의해서 자동생성된 통계데이터를 삭제한다. 자동생성된 통계데이터는 원시 데이터가 삭제되어도 같이 삭제되지 않으므로 별도의 API호출이 필요하다. Base_time매개변수의 포멧은 Single Tag Value Delete API와 동일하며, base_time 매개변수를 지정하지 않으면 모든 통계 데이터가 삭제된다. 자세한 내용은 링크에 기술되어 있다.