Azure Time Series Insights Gen1 APIs
Caution
This is a Gen1 article.
Azure Time Series Insights Gen1 enables you to query and view the data in your Azure Time Series Insights Gen1 environments three ways.
You can query with the Azure Time Series Insights Gen1 Explorer
Create a query on behalf of an environment to be deployed using a custom URL
You can create a custom application using the Azure Time Series Insights Gen1 query API to achieve scenarios such as:
- Leverage Azure Time Series Insights Gen1 scalable platform for ad-hoc analysis on the fly
- Time series interval chunking
- Low latency time series data storage
- Leverage best-in-class Azure security and identity management
- Perform repeated operations with reliability and ease
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
See also
For information about how to use the Azure Time Series Insights Gen1 Query API for custom applications, see Gen1 query API.
For information about supported query constructs and input formats, see Gen1 query syntax.