Azure Applicationinsights Querypacks Api
Connector for the azure-applicationinsights-querypacks-api API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://management.azure.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
querypacks_list— GET /subscriptions/{subscriptionId}/providers/microsoft.insights/queryPacks — Gets a list of all Log Analytics QueryPacks within a subscription.querypacks_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks — Gets a list of Log Analytics QueryPacks within a resource group.querypacks_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName} — Returns a Log Analytics QueryPack.querypacks_createorupdate— PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName} — Creates (or updates) a Log Analytics QueryPack. Note: You cannot specify a diffequerypacks_delete— DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName} — Deletes a Log Analytics QueryPack.querypacks_updatetags— PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName} — Updates an existing QueryPack's tags. To update other fields use the CreateOrUpd
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: querypacks_list
# (attach an 'oauth' credential to the task — no inline secrets)