blob: 4f30b5ccbfd06893561532bf0bd985fece3837da [file] [log] [blame]
Ian Maxon41b806c2019-03-07 15:58:20 -08001<!DOCTYPE html>
2<!--
3 | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/markdown/api.md at 2019-03-07
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="20190307" />
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: 2019-03-07</li>
30 <li id="projectVersion" class="pull-right">Version: 0.9.4.1</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="Option 1: using SQL++"><span class="none"></span>Option 1: using SQL++</a></li>
44 <li><a href="aql/primer.html" title="Option 2: using AQL"><span class="none"></span>Option 2: using AQL</a></li>
45 <li class="nav-header">Data Model</li>
46 <li><a href="datamodel.html" title="The Asterix Data Model"><span class="none"></span>The Asterix Data Model</a></li>
47 <li class="nav-header">Queries - SQL++</li>
48 <li><a href="sqlpp/manual.html" title="The SQL++ Query Language"><span class="none"></span>The SQL++ Query Language</a></li>
49 <li><a href="sqlpp/builtins.html" title="Builtin Functions"><span class="none"></span>Builtin Functions</a></li>
50 <li class="nav-header">Queries - AQL</li>
51 <li><a href="aql/manual.html" title="The Asterix Query Language (AQL)"><span class="none"></span>The Asterix Query Language (AQL)</a></li>
52 <li><a href="aql/builtins.html" title="Builtin Functions"><span class="none"></span>Builtin Functions</a></li>
53 <li class="nav-header">API/SDK</li>
54 <li class="active"><a href="#"><span class="none"></span>HTTP API</a></li>
55 <li><a href="csv.html" title="CSV Output"><span class="none"></span>CSV Output</a></li>
56 <li class="nav-header">Advanced Features</li>
57 <li><a href="aql/fulltext.html" title="Support of Full-text Queries"><span class="none"></span>Support of Full-text Queries</a></li>
58 <li><a href="aql/externaldata.html" title="Accessing External Data"><span class="none"></span>Accessing External Data</a></li>
59 <li><a href="feeds/tutorial.html" title="Support for Data Ingestion"><span class="none"></span>Support for Data Ingestion</a></li>
60 <li><a href="udf.html" title="User Defined Functions"><span class="none"></span>User Defined Functions</a></li>
61 <li><a href="aql/filters.html" title="Filter-Based LSM Index Acceleration"><span class="none"></span>Filter-Based LSM Index Acceleration</a></li>
62 <li><a href="aql/similarity.html" title="Support of Similarity Queries"><span class="none"></span>Support of Similarity Queries</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>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>
113<li><tt>$parameter_name</tt> - (SQL++ only) a JSON value of a <a href="sqlpp/manual.html#Parameter_references">named query parameter</a>.</li>
114</ul>
115<p><b>Command (immediate result delivery)</b></p>
116
117<div>
118<div>
119<pre class="source">$ curl -v --data-urlencode &quot;statement=select 1;&quot; \
120 --data pretty=true \
121 --data client_context_id=xyz \
122 http://localhost:19002/query/service
123</pre></div></div>
124
125<p><b>Sample response</b></p>
126
127<div>
128<div>
129<pre class="source">&gt; POST /query/service HTTP/1.1
130&gt; Host: localhost:19002
131&gt; User-Agent: curl/7.43.0
132&gt; Accept: */*
133&gt; Content-Length: 57
134&gt; Content-Type: application/x-www-form-urlencoded
135&gt;
136&lt; HTTP/1.1 200 OK
137&lt; transfer-encoding: chunked
138&lt; connection: keep-alive
139&lt; content-type: application/json; charset=utf-8
140&lt;
141{
142 &quot;requestID&quot;: &quot;5f72e78c-482a-45bf-b174-6443c8273025&quot;,
143 &quot;clientContextID&quot;: &quot;xyz&quot;,
144 &quot;signature&quot;: &quot;*&quot;,
145 &quot;results&quot;: [ {
146 &quot;$1&quot; : 1
147 } ]
148 ,
149 &quot;status&quot;: &quot;success&quot;,
150 &quot;metrics&quot;: {
151 &quot;elapsedTime&quot;: &quot;20.263371ms&quot;,
152 &quot;executionTime&quot;: &quot;19.889389ms&quot;,
153 &quot;resultCount&quot;: 1,
154 &quot;resultSize&quot;: 15
155 }
156}
157</pre></div></div>
158
159<p><b>Command (<a name="deferred" id="deferred">deferred result delivery</a>)</b></p>
160
161<div>
162<div>
163<pre class="source">$ curl -v --data-urlencode &quot;statement=select 1;&quot; \
164 --data mode=deferred \
165 http://localhost:19002/query/service
166</pre></div></div>
167
168<p><b>Sample response</b></p>
169
170<div>
171<div>
172<pre class="source">&gt; POST /query/service HTTP/1.1
173&gt; Host: localhost:19002
174&gt; User-Agent: curl/7.43.0
175&gt; Accept: */*
176&gt; Content-Length: 37
177&gt; Content-Type: application/x-www-form-urlencoded
178&gt;
179&lt; HTTP/1.1 200 OK
180&lt; transfer-encoding: chunked
181&lt; connection: keep-alive
182&lt; content-type: application/json; charset=utf-8
183&lt;
184{
185 &quot;requestID&quot;: &quot;6df7afb4-5f83-49b6-8c4b-f11ec84c4d7e&quot;,
186 &quot;signature&quot;: &quot;*&quot;,
187 &quot;handle&quot;: &quot;http://localhost:19002/query/service/result/7-0&quot;,
188 &quot;status&quot;: &quot;success&quot;,
189 &quot;metrics&quot;: {
190 &quot;elapsedTime&quot;: &quot;12.270570ms&quot;,
191 &quot;executionTime&quot;: &quot;11.948343ms&quot;,
192 &quot;resultCount&quot;: 0,
193 &quot;resultSize&quot;: 0
194 }
195}
196</pre></div></div>
197
198<p><b>Command (<a name="async" id="async>">async result delivery</a>)</b></p>
199
200<div>
201<div>
202<pre class="source">$ curl -v --data-urlencode &quot;statement=select 1;&quot; \
203 --data mode=async \
204 http://localhost:19002/query/service
205</pre></div></div>
206
207<p><b>Sample response</b></p>
208
209<div>
210<div>
211<pre class="source">&gt; POST /query/service HTTP/1.1
212&gt; Host: localhost:19002
213&gt; User-Agent: curl/7.43.0
214&gt; Accept: */*
215&gt; Content-Length: 34
216&gt; Content-Type: application/x-www-form-urlencoded
217&gt;
218&lt; HTTP/1.1 200 OK
219&lt; transfer-encoding: chunked
220&lt; connection: keep-alive
221&lt; content-type: application/json; charset=utf-8
222&lt;
223{
224 &quot;requestID&quot;: &quot;c5858420-d821-4c0c-81a4-2364386827c2&quot;,
225 &quot;signature&quot;: &quot;*&quot;,
226 &quot;status&quot;: &quot;running&quot;,
227 &quot;handle&quot;: &quot;http://localhost:19002/query/service/status/9-0&quot;,
228 &quot;metrics&quot;: {
229 &quot;elapsedTime&quot;: &quot;9.727006ms&quot;,
230 &quot;executionTime&quot;: &quot;9.402282ms&quot;,
231 &quot;resultCount&quot;: 0,
232 &quot;resultSize&quot;: 0
233 }
234}
235</pre></div></div>
236</div>
237<div class="section">
238<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>
239<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>
240<p><b>Command</b></p>
241<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>
242
243<div>
244<div>
245<pre class="source">$ curl -v http://localhost:19002/query/service/status/9-0
246</pre></div></div>
247
248<p><b>Sample response</b></p>
249
250<div>
251<div>
252<pre class="source">&gt; GET /query/service/status/9-0 HTTP/1.1
253&gt; Host: localhost:19002
254&gt; User-Agent: curl/7.43.0
255&gt; Accept: */*
256&gt;
257&lt; HTTP/1.1 200 OK
258&lt; transfer-encoding: chunked
259&lt; connection: keep-alive
260&lt; content-type: application/json; charset=utf-8
261&lt;
262{
263 &quot;status&quot;: &quot;success&quot;,
264 &quot;handle&quot;: &quot;http://localhost:19002/query/service/result/9-0&quot;
265}
266</pre></div></div>
267</div>
268<div class="section">
269<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>
270<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>
271<p><b>Command</b></p>
272<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>
273
274<div>
275<div>
276<pre class="source">$ curl -v http://localhost:19002/query/service/result/7-0
277</pre></div></div>
278
279<p><b>Sample response</b></p>
280
281<div>
282<div>
283<pre class="source">&gt; GET /query/service/result/7-0 HTTP/1.1
284&gt; Host: localhost:19002
285&gt; User-Agent: curl/7.43.0
286&gt; Accept: */*
287&gt;
288&lt; HTTP/1.1 200 OK
289&lt; transfer-encoding: chunked
290&lt; connection: keep-alive
291&lt; content-type: application/json
292&lt;
293[ { &quot;$1&quot;: 1 }
294 ]
295</pre></div></div></div>
296 </div>
297 </div>
298 </div>
299 <hr/>
300 <footer>
301 <div class="container-fluid">
302 <div class="row-fluid">
303<div class="row-fluid">Apache AsterixDB, AsterixDB, Apache, the Apache
304 feather logo, and the Apache AsterixDB project logo are either
305 registered trademarks or trademarks of The Apache Software
306 Foundation in the United States and other countries.
307 All other marks mentioned may be trademarks or registered
308 trademarks of their respective owners.
309 </div>
310 </div>
311 </div>
312 </footer>
313 </body>
314</html>