Azure Time Series Insights Gen1 data access
Caution
This is a Gen1 article.
There are three ways to access and view your data in Azure Time Series Insights Gen1. You can query by using the Azure Time Series Insights Gen1 Explorer, create a query on behalf of an environment to be deployed through a custom URL, or create a custom application by using the Azure Time Series Insights Gen1 Query APIs.
You can use the Azure Time Series Insights Gen1 Query APIs to perform REST CREATE, READ, UPDATE, and DELETE operations against GA environments through the Gen1 query syntax. The APIs allow you to:
- Use the Azure Time Series Insights Gen1 scalable platform for analysis on the fly.
- Chunk time series intervals.
- Store low-latency time series data.
- Take advantage of Azure security and identity management.
- Perform repeated operations reliably.
- Stream events through secure WebSockets.
This article summarizes data-access capabilities in the Gen1 APIs.
Review the Gen1 query syntax.
API overview
The following REST endpoints manage your Azure Time Series Insights Gen1 environment:
- Get Environments API
- Get Environment Availability API
- Get Environment Metadata API
- Get Environment Events API
- Get Environment Events Streamed API
- Get Environment Aggregates API
- Get Environment Aggregates Streamed API
The following REST endpoint manages your Azure Time Series Insights Gen1 reference data:
See also
To learn about request and authentication parameters, read Authentication and authorization.