Data Lake API
This endpoint and its methods are deprecated and will be removed in April 2025. We
recommend that you use the Data Lake and Compass
endpoints from the Infor Data Fabric suite
instead.
The Infor Data Lake is a scalable, elastic object store for capturing raw data in its original and native format. The Data Lake provides several interfaces for:
- Retrieving, querying or purging data.
- Retrieving statistical information about the stored objects.
Interface and consumption methods are exposed through the Data Lake API Service registered within the API Gateway Suite for Infor ION.
Note: The Data Lake JDBC driver is only available for
multitenant Cloud customers using Birst.
For more information on how to use API Gateways and how to interact with Swagger documentation for the API methods, see Infor API Gateway Administration Guide.
This table shows an overview and statistical information about data objects:
Method | Type | Description |
---|---|---|
/v1/status/overview | GET | Get the total number of data objects and total size. |
/v1/status/dataIngestion | GET | Get the size and count of the data objects in Infor Data Lake. |
/v1/status/topObjects | GET | The top 10 biggest Data Objects Names that are stored by their size. |
/v1/status/aggregation | PUT | Aggregation on one of data object fields such as dl_id , dl_instance_count
or dl_size within a defined time range period and
interval. |
/v1/status/ping | GET | Ping call for the Infor Data Lake API. |
/v1/status/version | GET | Get the current running build number of the Infor Data Lake. |