Skip to main content

live_token

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

Overview

Namelive_token
TypeResource
Idazure.application_insights.live_token

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
liveTokenstringJWT token for accessing live metrics stream data.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectresource_uriGets 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
resource_uristringThe fully qualified Azure Resource manager identifier of the resource. Required.

SELECT examples

Gets an access token for live metrics stream data..

SELECT
liveToken
FROM azure.application_insights.live_token
WHERE resource_uri = '{{ resource_uri }}' -- required
;