blob: 16e6b8eef5a73fc4013832ef6b596883e66852fd [file] [log] [blame]
Ian Maxon3355d4c2021-12-13 12:38:15 -08001<!DOCTYPE html>
2<!--
3 | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/markdown/api.md at 2021-12-13
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="20211213" />
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: 2021-12-13</li>
30 <li id="projectVersion" class="pull-right">Version: 0.9.7.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="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.html" title="Raw SQL++ Grammar"><span class="none"></span>Raw SQL++ Grammar</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">API/SDK</li>
51 <li class="active"><a href="#"><span class="none"></span>HTTP API</a></li>
52 <li><a href="csv.html" title="CSV Output"><span class="none"></span>CSV Output</a></li>
53 <li class="nav-header">Advanced Features</li>
54 <li><a href="aql/externaldata.html" title="Accessing External Data"><span class="none"></span>Accessing External Data</a></li>
55 <li><a href="feeds.html" title="Data Ingestion with Feeds"><span class="none"></span>Data Ingestion with Feeds</a></li>
56 <li><a href="udf.html" title="User Defined Functions"><span class="none"></span>User Defined Functions</a></li>
57 <li><a href="sqlpp/filters.html" title="Filter-Based LSM Index Acceleration"><span class="none"></span>Filter-Based LSM Index Acceleration</a></li>
58 <li><a href="sqlpp/fulltext.html" title="Support of Full-text Queries"><span class="none"></span>Support of Full-text Queries</a></li>
59 <li><a href="sqlpp/similarity.html" title="Support of Similarity Queries"><span class="none"></span>Support of Similarity Queries</a></li>
60 <li><a href="interval_join.html" title="Support of Interval Joins"><span class="none"></span>Support of Interval Joins</a></li>
61 <li><a href="sqlpp/arrayindex.html" title="Support of Array Indexes"><span class="none"></span>Support of Array Indexes</a></li>
62 <li class="nav-header">Deprecated</li>
63 <li><a href="aql/primer.html" title="AsterixDB Primer: Using AQL"><span class="none"></span>AsterixDB Primer: Using AQL</a></li>
64 <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>
65 <li><a href="aql/builtins.html" title="Queries: Builtin Functions (AQL)"><span class="none"></span>Queries: Builtin Functions (AQL)</a></li>
66</ul>
67 <hr />
68 <div id="poweredBy">
69 <div class="clear"></div>
70 <div class="clear"></div>
71 <div class="clear"></div>
72 <div class="clear"></div>
73<a href="./" title="AsterixDB" class="builtBy"><img class="builtBy" alt="AsterixDB" src="images/asterixlogo.png" /></a>
74 </div>
75 </div>
76 </div>
77 <div id="bodyColumn" class="span10" >
78<!--
79 ! Licensed to the Apache Software Foundation (ASF) under one
80 ! or more contributor license agreements. See the NOTICE file
81 ! distributed with this work for additional information
82 ! regarding copyright ownership. The ASF licenses this file
83 ! to you under the Apache License, Version 2.0 (the
84 ! "License"); you may not use this file except in compliance
85 ! with the License. You may obtain a copy of the License at
86 !
87 ! http://www.apache.org/licenses/LICENSE-2.0
88 !
89 ! Unless required by applicable law or agreed to in writing,
90 ! software distributed under the License is distributed on an
91 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
92 ! KIND, either express or implied. See the License for the
93 ! specific language governing permissions and limitations
94 ! under the License.
95 !-->
96<h1>HTTP API to AsterixDB</h1>
97<div class="section">
98<h2><a name="Table_of_Contents"></a><a name="toc" id="toc">Table of Contents</a></h2>
99<ul>
100
101<li><a href="#queryservice">Query Service API</a></li>
102<li><a href="#querystatus">Query Status API</a></li>
103<li><a href="#queryresult">Query Result API</a></li>
104</ul></div>
105<div class="section">
106<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>
107<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>
108<p><b>Parameters</b></p>
109<ul>
110
111<li><tt>statement</tt> - Specifies at least one valid SQL++ statement to run. The statements need to be urlencoded. Required.</li>
112<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>
113<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>
114<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>
115<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>
116<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>
117<li><tt>$parameter_name</tt> - (SQL++ only) a JSON value of a <a href="sqlpp/manual.html#Parameter_references">named query parameter</a>.</li>
118</ul>
119<p><b>Command (immediate result delivery)</b></p>
120
121<div>
122<div>
123<pre class="source">$ curl -v --data-urlencode &quot;statement=select 1;&quot; \
124 --data pretty=true \
125 --data client_context_id=xyz \
126 http://localhost:19002/query/service
127</pre></div></div>
128
129<p><b>Sample response</b></p>
130
131<div>
132<div>
133<pre class="source">&gt; POST /query/service HTTP/1.1
134&gt; Host: localhost:19002
135&gt; User-Agent: curl/7.43.0
136&gt; Accept: */*
137&gt; Content-Length: 57
138&gt; Content-Type: application/x-www-form-urlencoded
139&gt;
140&lt; HTTP/1.1 200 OK
141&lt; transfer-encoding: chunked
142&lt; connection: keep-alive
143&lt; content-type: application/json; charset=utf-8
144&lt;
145{
146 &quot;requestID&quot;: &quot;5f72e78c-482a-45bf-b174-6443c8273025&quot;,
147 &quot;clientContextID&quot;: &quot;xyz&quot;,
148 &quot;signature&quot;: &quot;*&quot;,
149 &quot;results&quot;: [ {
150 &quot;$1&quot; : 1
151 } ]
152 ,
153 &quot;status&quot;: &quot;success&quot;,
154 &quot;metrics&quot;: {
155 &quot;elapsedTime&quot;: &quot;20.263371ms&quot;,
156 &quot;executionTime&quot;: &quot;19.889389ms&quot;,
157 &quot;resultCount&quot;: 1,
158 &quot;resultSize&quot;: 15
159 }
160}
161</pre></div></div>
162
163<p><b>Command (<a name="deferred" id="deferred">deferred result delivery</a>)</b></p>
164
165<div>
166<div>
167<pre class="source">$ curl -v --data-urlencode &quot;statement=select 1;&quot; \
168 --data mode=deferred \
169 http://localhost:19002/query/service
170</pre></div></div>
171
172<p><b>Sample response</b></p>
173
174<div>
175<div>
176<pre class="source">&gt; POST /query/service HTTP/1.1
177&gt; Host: localhost:19002
178&gt; User-Agent: curl/7.43.0
179&gt; Accept: */*
180&gt; Content-Length: 37
181&gt; Content-Type: application/x-www-form-urlencoded
182&gt;
183&lt; HTTP/1.1 200 OK
184&lt; transfer-encoding: chunked
185&lt; connection: keep-alive
186&lt; content-type: application/json; charset=utf-8
187&lt;
188{
189 &quot;requestID&quot;: &quot;6df7afb4-5f83-49b6-8c4b-f11ec84c4d7e&quot;,
190 &quot;signature&quot;: &quot;*&quot;,
191 &quot;handle&quot;: &quot;http://localhost:19002/query/service/result/7-0&quot;,
192 &quot;status&quot;: &quot;success&quot;,
193 &quot;metrics&quot;: {
194 &quot;elapsedTime&quot;: &quot;12.270570ms&quot;,
195 &quot;executionTime&quot;: &quot;11.948343ms&quot;,
196 &quot;resultCount&quot;: 0,
197 &quot;resultSize&quot;: 0
198 }
199}
200</pre></div></div>
201
202<p><b>Command (<a name="async" id="async>">async result delivery</a>)</b></p>
203
204<div>
205<div>
206<pre class="source">$ curl -v --data-urlencode &quot;statement=select 1;&quot; \
207 --data mode=async \
208 http://localhost:19002/query/service
209</pre></div></div>
210
211<p><b>Sample response</b></p>
212
213<div>
214<div>
215<pre class="source">&gt; POST /query/service HTTP/1.1
216&gt; Host: localhost:19002
217&gt; User-Agent: curl/7.43.0
218&gt; Accept: */*
219&gt; Content-Length: 34
220&gt; Content-Type: application/x-www-form-urlencoded
221&gt;
222&lt; HTTP/1.1 200 OK
223&lt; transfer-encoding: chunked
224&lt; connection: keep-alive
225&lt; content-type: application/json; charset=utf-8
226&lt;
227{
228 &quot;requestID&quot;: &quot;c5858420-d821-4c0c-81a4-2364386827c2&quot;,
229 &quot;signature&quot;: &quot;*&quot;,
230 &quot;status&quot;: &quot;running&quot;,
231 &quot;handle&quot;: &quot;http://localhost:19002/query/service/status/9-0&quot;,
232 &quot;metrics&quot;: {
233 &quot;elapsedTime&quot;: &quot;9.727006ms&quot;,
234 &quot;executionTime&quot;: &quot;9.402282ms&quot;,
235 &quot;resultCount&quot;: 0,
236 &quot;resultSize&quot;: 0
237 }
238}
239</pre></div></div>
240</div>
241<div class="section">
242<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>
243<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>
244<p><b>Command</b></p>
245<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>
246
247<div>
248<div>
249<pre class="source">$ curl -v http://localhost:19002/query/service/status/9-0
250</pre></div></div>
251
252<p><b>Sample response</b></p>
253
254<div>
255<div>
256<pre class="source">&gt; GET /query/service/status/9-0 HTTP/1.1
257&gt; Host: localhost:19002
258&gt; User-Agent: curl/7.43.0
259&gt; Accept: */*
260&gt;
261&lt; HTTP/1.1 200 OK
262&lt; transfer-encoding: chunked
263&lt; connection: keep-alive
264&lt; content-type: application/json; charset=utf-8
265&lt;
266{
267 &quot;status&quot;: &quot;success&quot;,
268 &quot;handle&quot;: &quot;http://localhost:19002/query/service/result/9-0&quot;
269}
270</pre></div></div>
271</div>
272<div class="section">
273<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>
274<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>
275<p><b>Command</b></p>
276<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>
277
278<div>
279<div>
280<pre class="source">$ curl -v http://localhost:19002/query/service/result/7-0
281</pre></div></div>
282
283<p><b>Sample response</b></p>
284
285<div>
286<div>
287<pre class="source">&gt; GET /query/service/result/7-0 HTTP/1.1
288&gt; Host: localhost:19002
289&gt; User-Agent: curl/7.43.0
290&gt; Accept: */*
291&gt;
292&lt; HTTP/1.1 200 OK
293&lt; transfer-encoding: chunked
294&lt; connection: keep-alive
295&lt; content-type: application/json
296&lt;
297[ { &quot;$1&quot;: 1 }
298 ]
299</pre></div></div></div>
300 </div>
301 </div>
302 </div>
303 <hr/>
304 <footer>
305 <div class="container-fluid">
306 <div class="row-fluid">
307<div class="row-fluid">Apache AsterixDB, AsterixDB, Apache, the Apache
308 feather logo, and the Apache AsterixDB project logo are either
309 registered trademarks or trademarks of The Apache Software
310 Foundation in the United States and other countries.
311 All other marks mentioned may be trademarks or registered
312 trademarks of their respective owners.
313 </div>
314 </div>
315 </div>
316 </footer>
317 </body>
318</html>