This API creates a data lake for the user to use. Define the Tag of the data lake to be created, its extended columns and Values, and its definite columns. And, don't forget to design well in advance because the data structure determined in this way cannot be changed. The last created Data Lake incurs an immediate cost, so call it with caution.
This API returns a list of data lakes currently being used by the user. This list contains only brief information, please call the View Lake API to get more detailed information.
HTTP RequestParameters
This API returns details of the specified Data Lake. And, you must enter a specific date, and based on this date, you can get information about the usage status of the lake. Date must be a date in the month for which detailed information is required, and use the format "YYYY-MM-DD". For example, if you need information for July 2021, send it as 2021-07-10 => 2021-07-{choose among the dates before the present}.
This is a risky function that can lost all data and is not provided as an API. Instead, it is designed to drop directly from the user management page새 Datalake를 생성한다. Lake를 생성할 때 기본 데이터인 tag_name, time, value외의 추가 칼럼을 지정할 수 있다. 한번 생성한 lake의 추가 칼럼값들을 변경할 수 없으므로 lake를 생성할때 주의를 기울여야 한다. 데이터레이크를 생성하면 추가 비용이 발생한다. 자세한 내용은 링크에 기술되어 있다.
이 API는 접속한 사용자가 생성한 데이터 레이크의 목록을 반환한다. 각 Lake의 자세한 정보는 반환되지 않으므로, Lake의 자세한 정보를 원한다면 View Lake API를 이용해야 한다. 자세한 내용은 링크에 기술되어 있다.
View Lake
이 API는 지정한 Lake의 상세 정보를 반환한다. lake의 정보를 얻기 위해 url로 전달되는 lake id 외에 date매개변수를 지정해야 한다. date 매개변수로 전달된 값에 따라 그 시점의 lake 상세정보가 반환된다. 자헤한 내용은 링크에 기술되어 있다.Drop Lake
Lake를 삭제하면 모든 데이터를 잃어버릴 수 있으므로 API로 제공되지 않는다. Datalake는 사용자 관리화면에서 UI를 통해 삭제해야 한다.