Query Service API
- reference
The Query Service provides REST APIs for executing SQL++ statements, administering Query Service nodes, configuring the Query Service, and managing the JavaScript libraries used to create SQL++ user-defined functions.
APIs in this Section
For a list of the methods and URIs covered in these pages, see the tables below.
Query Service REST API
Use the Query Service REST API to execute SQL++ statements.
This REST API uses ports 8093
and 18093
.
HTTP Method | URI | Documented at |
---|---|---|
|
|
|
|
|
Query Admin REST API
Use the Query Administration REST API to administer the Query Service at the node level.
This REST API uses ports 8093
and 18093
.
HTTP Method | URI | Documented at |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Query Settings REST API
Use the Query Settings REST API to configure the Query Service at the cluster level.
This REST API uses ports 8091
and 18091
.
HTTP Method | URI | Documented at |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
Query Functions REST API
Use the Query Functions REST API to manage the JavaScript libraries and objects used to create SQL++ user-defined functions.
This REST API uses ports 8093
and 18093
.
HTTP Method | URI | Documented at |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
See Also
For an explanation of how cluster-level settings, node-level settings, and request-level parameters interact, see Configure Queries.