Connectors Reference

Azure Application Insights

Azure Application Insights is an extensible analytics service that helps you understand the performance and usage of your live web application. Connect to your Application Insights resource to run and visualize various Analytics queries.

 

Status: Production

Tier: Premium

Version: 1.0.0

 

Actions:

Name

Summary

RunQuery (string query, [Optional]string timerange, [internal][Optional]string version)

Run Analytics query

listDraftQueryResultsSchema (string query)

Query schema

VisualizeQuery (string query, [Optional]string timerange, [internal][Optional]string version, string chartType)

Visualize Analytics query

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

Object

 

Row

 

Table

 

VisualizeResults

 

 

Actions:

RunQuery

Summary: Run Analytics query

Description: Runs an Analytics query on the specified Application Insights resource

 

Syntax:

AzureApplicationInsights.RunQuery (string query, [Optional]string timerange, [internal][Optional]string version)

 

Parameters:

Name

Type

Summary

Required

Related Action

query

string

 

 

True

timerange

string

(Time Range)Values: [Last hour, Last 4 hours, Last 12 hours, Last 24 hours, Last 48 hours, Last 3 days, Last 7 days, Set in query]

Time Range

False

version

string

(version)

Version

False

 

Returns:

          Type:Table

 

listDraftQueryResultsSchema

Summary: Query schema

Description: Gets the schema for a query

 

Syntax:

AzureApplicationInsights.listDraftQueryResultsSchema (string query)

 

Parameters:

Name

Type

Summary

Required

Related Action

query

string

 

 

True

 

Returns:

          Type:Object

 

VisualizeQuery

Summary: Visualize Analytics query

Description: Creates a visualization from the results of an Analytics query

 

Syntax:

AzureApplicationInsights.VisualizeQuery (string query, [Optional]string timerange, [internal][Optional]string version, string chartType)

 

Parameters:

Name

Type

Summary

Required

Related Action

query

string

 

 

True

timerange

string

(Time Range)Values: [Last hour, Last 4 hours, Last 12 hours, Last 24 hours, Last 48 hours, Last 3 days, Last 7 days, Set in query]

Time Range

False

version

string

(version)

Version

False

chartType

string

(Chart Type)Values: [Html Table, Pie Chart, Time Chart, Bar Chart]

Specify the resulting chart type

True

 

Returns:

          Type:VisualizeResults

 


 

Object

Summary:

Description:

 

          Properties:

Name

Type

Summary


 

Row

Summary:

Description:

 

          Properties:

Name

Type

Summary


 

Table

Summary:

Description:

 

          Properties:

Name

Type

Summary

value

array of (Row)

 

 


 

VisualizeResults

Summary:

Description:

 

          Properties:

Name

Type

Summary

body

string(byte)

Body

 

attachmentContent

string(byte)

Attachment Content

 

attachmentName

string

Attachment Name