REST API overview
This article describes how to use the REST API.
This article describes how to interact with your cluster over HTTPS.
Supported actions
The available actions for an endpoint depend on whether it’s an engine endpoint or a data management endpoint. In the Azure portal cluster overview, the engine endpoint is identified as the Cluster URI and the data management endpoint as the Data ingestion URI.
Action | HTTP verb | URI template | Engine | Data Management | Authentication |
---|---|---|---|---|---|
Query | GET or POST | /v1/rest/query | Yes | No | Yes |
Query | GET or POST | /v2/rest/query | Yes | No | Yes |
Management | POST | /v1/rest/mgmt | Yes | Yes | Yes |
StreamIngest | POST | /v1/rest/ingest | Yes | No | Yes |
UI | GET | / | Yes | No | No |
UI | GET | /{dbname} | Yes | No | No |
Where Action represents a group of related activities
- The Query action sends a query to the service and gets back the results of the query.
- The Management action sends a management command to the service and gets back the results of the management command.
- The StreamIngest action ingests data to a table.
- The UI action can be used to start up a desktop client or web client. The action is done through an HTTP Redirect response, to interact with the service.
Related content
- REST API reference
- REST API reference
- Query management HTTP request
- Query management HTTP request
- Query management HTTP response
- Query management HTTP response
- Query v2 HTTP response
- Query v2 HTTP response
- Streaming ingestion HTTP request
- Streaming ingestion HTTP request
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.