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.

  • sql: SQL statement.

Headers

  • Accept: application/json

  • Content-Type: application/json-patch+json

Format of the call to retrieve information from the data lake

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.

Response JSON object with the requested data