Data/Advanced Query Access API
Cytomic Orion API that provides an interface to access the data lake. It is equivalent to the advanced SQL query module.
Get Information from the Data Lake
Request
Command |
POST |
URL |
/api/v1/applications/explorations |
Required parameters in the HTTP message body |
JSON object with the SQL statement you want to run.
|
Headers |
|
Response
List of JSON objects, one for each result row. The fields in the JSON object depend on the fields requested in the SQL statement.
JSON object field | Description |
---|---|
Name of the requested file |
Value of the field requested in the SQL statement. |