Query API
API versions
Please note that newer versions of this API may include pure additions to it (such as new properties on resources returned from an action, accepting these resources with or without the property inbound to the server, or adding new resources or actions), or new appearance of properties within JSON structures, because we assume that clients use forgiving, non-strict parsing on the JSON they receive from Devo.
New versions of the API will always be backward compatible, using a never remove, only add strategy. Contact us in case you have any question.
The Devo Query API can provoke a standard synchronous JSON response, or redirect the request asynchronously to Apache HDFS, Amazon S3, and Apache Kafka repositories.
To perform a request with the Devo Query API, first, choose the endpoint based on your Devo domain's region.
USA |
|
---|---|
EU |
|
CA |
|
Asia-Pacific (APAC) |
|
Add the paths in the following sections to the endpoint in order to make Query API requests. There are two different types of requests:
Query request - Query data in Devo.
Job requests - Check the status of a query request, or start, stop, or delete query requests.
Swagger docs
Check the following Swagger UI pages to visualize and interact with this API. Select the proper one according to your region and start trying the API.
Authorize you API requests
Note that you need an API key, API secret, and OAuth token to authorize your Query API requests. Learn how to generate it Authorizing Query API requests.
Region | Swagger UI documentation |
---|---|
USA |
|
EU |
|
CA |
|
Asia-Pacific (APAC) |
|