Skip to main content

live_tokens

Creates, updates, deletes, gets or lists a live_tokens resource.

Overview

Namelive_tokens
TypeResource
Idazure.application_insights.live_tokens

Fields

The following fields are returned by SELECT queries:

Successful response containing the live metrics stream token.

NameDatatypeDescription
liveTokenstringJWT token for accessing live metrics stream data.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectresourceUriGets an access token for live metrics stream data.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
resourceUristringThe identifier of the resource.

SELECT examples

Gets an access token for live metrics stream data.

SELECT
liveToken
FROM azure.application_insights.live_tokens
WHERE resourceUri = '{{ resourceUri }}' -- required
;