You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Toperformauthenticatedqueriesagainstthe [TimeSeriesInsightsRESTAPIs](https://docs.microsoft.com/rest/api/time-series-insights/), a valid OAuth 2.0 bearer token must be passed in the [Authorization header](/rest/api/apimanagement/authorizationserver/createorupdate) using a REST client of your choice (Postman, JavaScript, C#).
106
+
107
+
> [!IMPORTANT]
108
+
>Thetokenmustbeissuedexactlytothe `https://api.timeseries.azure.com/` resource (also known as the "audience" of the token).
109
+
>*Your [Postman](https://www.getpostman.com/) **AuthURL** with therefore conform to: `https://login.microsoftonline.com/microsoft.onmicrosoft.com/oauth2/authorize?resource=https://api.timeseries.azure.com/`
- `Authorization` forauthenticationandauthorization, avalidOAuth2.0BearertokenmustbepassedintheAuthorizationheader. Thetokenmustbeissuedexactlytothe `https://api.timeseries.azure.com/` resource (also known as the "audience" of the token).
- `timeout=<timeout>` – server-sidetimeoutfortherequestexecution. Applicableonlytothe [GetEnvironmentEvents](https://docs.microsoft.com/rest/api/time-series-insights/ga-query-api#get-environment-events-api) and [Get Environment Aggregates](https://docs.microsoft.com/rest/api/time-series-insights/ga-query-api#get-environment-aggregates-api) APIs. Timeout value should be in ISO 8601 duration format, for example `"PT20S"` and should be in the range `1-30 s`. Default value is `30 s`.
142
+
99
143
## Next steps
100
144
101
145
-ForsamplecodethatcallstheGATimeSeriesInsightsAPI, see [QuerydatausingC#](./time-series-insights-query-data-csharp.md).
0 commit comments