Azure Time Series Insights Gen2 Environments APIs

The following REST endpoints manage your Azure Time Series Insights Gen2 environment. The Gen2 Environments APIs add HTTP GET request support for event schemas and environment availability. These features supplement the already supported Gen1 Environments APIs.

Overview

API Description
Get Environments API Returns the list of environments that the caller is authorized to access.
Get Environments Availability API Returns the distribution of event count over the event time stamp $ts . You can use this API to provide the landing experience in the environment.
Get Event Schema API Returns environment metadata for a search span. An event schema is returned as a set of property references.

See also

  • For more information about application registration and the Azure Active Directory programming model, see Azure Active Directory for developers.

  • To learn about request and authentication parameters, read Authentication and authorization.

  • Tools that assist with testing HTTP requests and responses include:

  • Fiddler. This free web debugging proxy can intercept your REST requests, so you can diagnose the HTTP request and response messages.

  • JWT.io. You can use this tool to quickly dump the claims in your bearer token and then validate their contents.

  • Postman. This is a free HTTP request and response testing tool for debugging REST APIs.

  • Learn more about Azure Time Series Insights Gen2 by reviewing the Gen2 documentation.