Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ def execute(
"""Execute an Analytics query.

Executes an Analytics query for data.
[Here](https://dev.applicationinsights.io/documentation/Using-the-API/Query)

`Here <https://dev.applicationinsights.io/documentation/Using-the-API/Query>`_
is an example for using POST with an Analytics query.

:param app_id: ID of the application. This is Application ID from the
API Access settings blade in the Azure portal.
:type app_id: str
:param body: The Analytics query. Learn more about the [Analytics
query
syntax](https://azure.microsoft.com/documentation/articles/app-insights-analytics-reference/)
:param body: The Analytics query. Learn more about the `Analytics
query syntax <https://azure.microsoft.com/documentation/articles/app-insights-analytics-reference/>`_.
:type body: ~azure.applicationinsights.models.QueryBody
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down