blob: 86a9413426af672f4743c619046d92763c44e41d [file] [log] [blame]
Ian Maxona1cc51b2020-08-07 13:11:35 -07001<!DOCTYPE html>
2<!--
3 | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/markdown/api.md at 2020-07-30
4 | Rendered using Apache Maven Fluido Skin 1.7
5-->
6<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7 <head>
8 <meta charset="UTF-8" />
9 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
10 <meta name="Date-Revision-yyyymmdd" content="20200730" />
11 <meta http-equiv="Content-Language" content="en" />
12 <title>AsterixDB &#x2013; HTTP API to AsterixDB</title>
13 <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
14 <link rel="stylesheet" href="./css/site.css" />
15 <link rel="stylesheet" href="./css/print.css" media="print" />
16 <script type="text/javascript" src="./js/apache-maven-fluido-1.7.min.js"></script>
17
18 </head>
19 <body class="topBarDisabled">
20 <div class="container-fluid">
21 <div id="banner">
22 <div class="pull-left"><a href="./" id="bannerLeft"><img src="images/asterixlogo.png" alt="AsterixDB"/></a></div>
23 <div class="pull-right"></div>
24 <div class="clear"><hr/></div>
25 </div>
26
27 <div id="breadcrumbs">
28 <ul class="breadcrumb">
29 <li id="publishDate">Last Published: 2020-07-30</li>
30 <li id="projectVersion" class="pull-right">Version: 0.9.5-SNAPSHOT</li>
31 <li class="pull-right"><a href="index.html" title="Documentation Home">Documentation Home</a></li>
32 </ul>
33 </div>
34 <div class="row-fluid">
35 <div id="leftColumn" class="span2">
36 <div class="well sidebar-nav">
37 <ul class="nav nav-list">
38 <li class="nav-header">Get Started - Installation</li>
39 <li><a href="ncservice.html" title="Option 1: using NCService"><span class="none"></span>Option 1: using NCService</a></li>
40 <li><a href="ansible.html" title="Option 2: using Ansible"><span class="none"></span>Option 2: using Ansible</a></li>
41 <li><a href="aws.html" title="Option 3: using Amazon Web Services"><span class="none"></span>Option 3: using Amazon Web Services</a></li>
42 <li class="nav-header">AsterixDB Primer</li>
43 <li><a href="sqlpp/primer-sqlpp.html" title="Using SQL++"><span class="none"></span>Using SQL++</a></li>
44 <li class="nav-header">Data Model</li>
45 <li><a href="datamodel.html" title="The Asterix Data Model"><span class="none"></span>The Asterix Data Model</a></li>
46 <li class="nav-header">Queries</li>
47 <li><a href="sqlpp/manual.html" title="The SQL++ Query Language"><span class="none"></span>The SQL++ Query Language</a></li>
48 <li><a href="sqlpp/builtins.html" title="Builtin Functions"><span class="none"></span>Builtin Functions</a></li>
49 <li class="nav-header">API/SDK</li>
50 <li class="active"><a href="#"><span class="none"></span>HTTP API</a></li>
51 <li><a href="csv.html" title="CSV Output"><span class="none"></span>CSV Output</a></li>
52 <li class="nav-header">Advanced Features</li>
53 <li><a href="aql/externaldata.html" title="Accessing External Data"><span class="none"></span>Accessing External Data</a></li>
54 <li><a href="feeds.html" title="Data Ingestion with Feeds"><span class="none"></span>Data Ingestion with Feeds</a></li>
55 <li><a href="udf.html" title="User Defined Functions"><span class="none"></span>User Defined Functions</a></li>
56 <li><a href="sqlpp/filters.html" title="Filter-Based LSM Index Acceleration"><span class="none"></span>Filter-Based LSM Index Acceleration</a></li>
57 <li><a href="sqlpp/fulltext.html" title="Support of Full-text Queries"><span class="none"></span>Support of Full-text Queries</a></li>
58 <li><a href="sqlpp/similarity.html" title="Support of Similarity Queries"><span class="none"></span>Support of Similarity Queries</a></li>
59 <li class="nav-header">Deprecated</li>
60 <li><a href="aql/primer.html" title="AsterixDB Primer: Using AQL"><span class="none"></span>AsterixDB Primer: Using AQL</a></li>
61 <li><a href="aql/manual.html" title="Queries: The Asterix Query Language (AQL)"><span class="none"></span>Queries: The Asterix Query Language (AQL)</a></li>
62 <li><a href="aql/builtins.html" title="Queries: Builtin Functions (AQL)"><span class="none"></span>Queries: Builtin Functions (AQL)</a></li>
63</ul>
64 <hr />
65 <div id="poweredBy">
66 <div class="clear"></div>
67 <div class="clear"></div>
68 <div class="clear"></div>
69 <div class="clear"></div>
70<a href="./" title="AsterixDB" class="builtBy"><img class="builtBy" alt="AsterixDB" src="images/asterixlogo.png" /></a>
71 </div>
72 </div>
73 </div>
74 <div id="bodyColumn" class="span10" >
75<!--
76 ! Licensed to the Apache Software Foundation (ASF) under one
77 ! or more contributor license agreements. See the NOTICE file
78 ! distributed with this work for additional information
79 ! regarding copyright ownership. The ASF licenses this file
80 ! to you under the Apache License, Version 2.0 (the
81 ! "License"); you may not use this file except in compliance
82 ! with the License. You may obtain a copy of the License at
83 !
84 ! http://www.apache.org/licenses/LICENSE-2.0
85 !
86 ! Unless required by applicable law or agreed to in writing,
87 ! software distributed under the License is distributed on an
88 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
89 ! KIND, either express or implied. See the License for the
90 ! specific language governing permissions and limitations
91 ! under the License.
92 !-->
93<h1>HTTP API to AsterixDB</h1>
94<div class="section">
95<h2><a name="Table_of_Contents"></a><a name="toc" id="toc">Table of Contents</a></h2>
96<ul>
97
98<li><a href="#queryservice">Query Service API</a></li>
99<li><a href="#querystatus">Query Status API</a></li>
100<li><a href="#queryresult">Query Result API</a></li>
101</ul></div>
102<div class="section">
103<h2><a name="POST_.2Fquery.2Fservice_.5BBack_to_TOC.5D"></a><a name="queryservice" id="queryservice">POST /query/service</a><font size="4"> <a href="#toc">[Back to TOC]</a></font></h2>
104<p><b>Description</b> Returns result for query as JSON. The response is a JSON object that contains some result metadata along with either an embedded result or an opaque handle that can be used to navigate to the result (see the decription of the <tt>mode</tt> parameter for more details).</p>
105<p><b>Parameters</b></p>
106<ul>
107
108<li><tt>statement</tt> - Specifies at least one valid SQL++ statement to run. The statements need to be urlencoded. Required.</li>
109<li><tt>pretty</tt> - If the parameter <tt>pretty</tt> is given with the value <tt>true</tt>, the result will be indented. (Optional)</li>
110<li><tt>client_context_id</tt> - A user-defined sequence of characters that the API receives and returns unchanged. This can be used e.g. to match individual requests, jobs, and responses. Another option could be to use it for groups of requests if an application decides to put e.g. an group identifier into that field to route groups of responses to a particular response processor.</li>
111<li><tt>mode</tt> - Result delivery mode. Possible values are <tt>immediate</tt>, <tt>deferred</tt>, <tt>async</tt> (default: <tt>immediate</tt>). If the delivery mode is <tt>immediate</tt> the query result is returned with the response. If the delivery mode is <tt>deferred</tt> the response contains a handle to the <a href="#queryresult">result</a>. If the delivery mode is <tt>async</tt> the response contains a handle to the query&#x2019;s <a href="#querystatus">status</a>.</li>
112<li><tt>readonly</tt> - Reject DDL and DML statements, only accept the following kinds: <a href="sqlpp/manual.html#SELECT_statements">SELECT</a>, <a href="sqlpp/manual.html#Declarations">USE</a>, <a href="sqlpp/manual.html#Declarations">DECLARE FUNCTION</a>, and <a href="sqlpp/manual.html#Performance_tuning">SET</a></li>
113<li><tt>args</tt> - (SQL++ only) A JSON array where each item is a value of a <a href="sqlpp/manual.html#Parameter_references">positional query parameter</a></li>
114<li><tt>$parameter_name</tt> - (SQL++ only) a JSON value of a <a href="sqlpp/manual.html#Parameter_references">named query parameter</a>.</li>
115</ul>
116<p><b>Command (immediate result delivery)</b></p>
117
118<div>
119<div>
120<pre class="source">$ curl -v --data-urlencode &quot;statement=select 1;&quot; \
121 --data pretty=true \
122 --data client_context_id=xyz \
123 http://localhost:19002/query/service
124</pre></div></div>
125
126<p><b>Sample response</b></p>
127
128<div>
129<div>
130<pre class="source">&gt; POST /query/service HTTP/1.1
131&gt; Host: localhost:19002
132&gt; User-Agent: curl/7.43.0
133&gt; Accept: */*
134&gt; Content-Length: 57
135&gt; Content-Type: application/x-www-form-urlencoded
136&gt;
137&lt; HTTP/1.1 200 OK
138&lt; transfer-encoding: chunked
139&lt; connection: keep-alive
140&lt; content-type: application/json; charset=utf-8
141&lt;
142{
143 &quot;requestID&quot;: &quot;5f72e78c-482a-45bf-b174-6443c8273025&quot;,
144 &quot;clientContextID&quot;: &quot;xyz&quot;,
145 &quot;signature&quot;: &quot;*&quot;,
146 &quot;results&quot;: [ {
147 &quot;$1&quot; : 1
148 } ]
149 ,
150 &quot;status&quot;: &quot;success&quot;,
151 &quot;metrics&quot;: {
152 &quot;elapsedTime&quot;: &quot;20.263371ms&quot;,
153 &quot;executionTime&quot;: &quot;19.889389ms&quot;,
154 &quot;resultCount&quot;: 1,
155 &quot;resultSize&quot;: 15
156 }
157}
158</pre></div></div>
159
160<p><b>Command (<a name="deferred" id="deferred">deferred result delivery</a>)</b></p>
161
162<div>
163<div>
164<pre class="source">$ curl -v --data-urlencode &quot;statement=select 1;&quot; \
165 --data mode=deferred \
166 http://localhost:19002/query/service
167</pre></div></div>
168
169<p><b>Sample response</b></p>
170
171<div>
172<div>
173<pre class="source">&gt; POST /query/service HTTP/1.1
174&gt; Host: localhost:19002
175&gt; User-Agent: curl/7.43.0
176&gt; Accept: */*
177&gt; Content-Length: 37
178&gt; Content-Type: application/x-www-form-urlencoded
179&gt;
180&lt; HTTP/1.1 200 OK
181&lt; transfer-encoding: chunked
182&lt; connection: keep-alive
183&lt; content-type: application/json; charset=utf-8
184&lt;
185{
186 &quot;requestID&quot;: &quot;6df7afb4-5f83-49b6-8c4b-f11ec84c4d7e&quot;,
187 &quot;signature&quot;: &quot;*&quot;,
188 &quot;handle&quot;: &quot;http://localhost:19002/query/service/result/7-0&quot;,
189 &quot;status&quot;: &quot;success&quot;,
190 &quot;metrics&quot;: {
191 &quot;elapsedTime&quot;: &quot;12.270570ms&quot;,
192 &quot;executionTime&quot;: &quot;11.948343ms&quot;,
193 &quot;resultCount&quot;: 0,
194 &quot;resultSize&quot;: 0
195 }
196}
197</pre></div></div>
198
199<p><b>Command (<a name="async" id="async>">async result delivery</a>)</b></p>
200
201<div>
202<div>
203<pre class="source">$ curl -v --data-urlencode &quot;statement=select 1;&quot; \
204 --data mode=async \
205 http://localhost:19002/query/service
206</pre></div></div>
207
208<p><b>Sample response</b></p>
209
210<div>
211<div>
212<pre class="source">&gt; POST /query/service HTTP/1.1
213&gt; Host: localhost:19002
214&gt; User-Agent: curl/7.43.0
215&gt; Accept: */*
216&gt; Content-Length: 34
217&gt; Content-Type: application/x-www-form-urlencoded
218&gt;
219&lt; HTTP/1.1 200 OK
220&lt; transfer-encoding: chunked
221&lt; connection: keep-alive
222&lt; content-type: application/json; charset=utf-8
223&lt;
224{
225 &quot;requestID&quot;: &quot;c5858420-d821-4c0c-81a4-2364386827c2&quot;,
226 &quot;signature&quot;: &quot;*&quot;,
227 &quot;status&quot;: &quot;running&quot;,
228 &quot;handle&quot;: &quot;http://localhost:19002/query/service/status/9-0&quot;,
229 &quot;metrics&quot;: {
230 &quot;elapsedTime&quot;: &quot;9.727006ms&quot;,
231 &quot;executionTime&quot;: &quot;9.402282ms&quot;,
232 &quot;resultCount&quot;: 0,
233 &quot;resultSize&quot;: 0
234 }
235}
236</pre></div></div>
237</div>
238<div class="section">
239<h2><a name="GET_.2Fquery.2Fservice.2Fstatus_.5BBack_to_TOC.5D"></a><a name="querystatus" id="querystatus">GET /query/service/status</a><font size="4"> <a href="#toc">[Back to TOC]</a></font></h2>
240<p><b>Description</b> Returns status of an <tt>async</tt> query request. The response is a JSON object that has a similar structure to the responses for the <a href="#queryservice">/query/service</a> endpoint. Possible status values for the status are <tt>running</tt>, <tt>success</tt>, <tt>timeout</tt>, <tt>failed</tt>, and <tt>fatal</tt>. If the status value is <tt>success</tt>, the response also contains a handle to the <a href="#queryresult">result</a>. URLs for this endpoint are usually not constructed by the application, they are simply extracted from the <tt>handle</tt> field of the response to a request to the <a href="#queryservice">/query/service</a> endpoint.</p>
241<p><b>Command</b></p>
242<p>This example shows a request/reponse for the (opaque) status handle that was returned by the <a href="#async">async result delivery</a> example.</p>
243
244<div>
245<div>
246<pre class="source">$ curl -v http://localhost:19002/query/service/status/9-0
247</pre></div></div>
248
249<p><b>Sample response</b></p>
250
251<div>
252<div>
253<pre class="source">&gt; GET /query/service/status/9-0 HTTP/1.1
254&gt; Host: localhost:19002
255&gt; User-Agent: curl/7.43.0
256&gt; Accept: */*
257&gt;
258&lt; HTTP/1.1 200 OK
259&lt; transfer-encoding: chunked
260&lt; connection: keep-alive
261&lt; content-type: application/json; charset=utf-8
262&lt;
263{
264 &quot;status&quot;: &quot;success&quot;,
265 &quot;handle&quot;: &quot;http://localhost:19002/query/service/result/9-0&quot;
266}
267</pre></div></div>
268</div>
269<div class="section">
270<h2><a name="GET_.2Fquery.2Fservice.2Fresult_.5BBack_to_TOC.5D"></a><a name="queryresult" id="queryresult">GET /query/service/result</a><font size="4"> <a href="#toc">[Back to TOC]</a></font></h2>
271<p><b>Description</b> Returns result set for an <tt>async</tt> or <tt>deferred</tt> query request. The response is a plain result without a wrapping JSON object. URLs for this endpoint are usually not constructed by the application, they are simply extracted from the <tt>handle</tt> field of the response to a request to the <a href="#queryservice">/query/service</a> or the <a href="#querystatus">/query/service/status</a> endpoint.</p>
272<p><b>Command</b></p>
273<p>This example shows a request/reponse for the (opaque) result handle that was returned by the <a href="#deferred">deferred result delivery</a> example.</p>
274
275<div>
276<div>
277<pre class="source">$ curl -v http://localhost:19002/query/service/result/7-0
278</pre></div></div>
279
280<p><b>Sample response</b></p>
281
282<div>
283<div>
284<pre class="source">&gt; GET /query/service/result/7-0 HTTP/1.1
285&gt; Host: localhost:19002
286&gt; User-Agent: curl/7.43.0
287&gt; Accept: */*
288&gt;
289&lt; HTTP/1.1 200 OK
290&lt; transfer-encoding: chunked
291&lt; connection: keep-alive
292&lt; content-type: application/json
293&lt;
294[ { &quot;$1&quot;: 1 }
295 ]
296</pre></div></div></div>
297 </div>
298 </div>
299 </div>
300 <hr/>
301 <footer>
302 <div class="container-fluid">
303 <div class="row-fluid">
304<div class="row-fluid">Apache AsterixDB, AsterixDB, Apache, the Apache
305 feather logo, and the Apache AsterixDB project logo are either
306 registered trademarks or trademarks of The Apache Software
307 Foundation in the United States and other countries.
308 All other marks mentioned may be trademarks or registered
309 trademarks of their respective owners.
310 </div>
311 </div>
312 </div>
313 </footer>
314 </body>
315</html>