Azure Log Analytics · Arazzo Workflow
Azure Log Analytics Query Workspace by Name (GET)
Version 1.0.0
Confirm a workspace exists, then run a KQL query via the GET query endpoint.
Provider
Workflows
query-workspace-by-name
Resolve a workspace by name, then run a KQL query with the GET endpoint.
Reads the management record for a named workspace to confirm it exists and obtain its customer (workspace) ID, then executes a KQL query against that workspace using the GET query endpoint with the query supplied as a URL parameter.
1
getWorkspace
getWorkspace
Read the management record for the named workspace to confirm it exists and capture its customer (workspace) ID.
2
runQuery
getQuery
Execute the KQL query against the resolved workspace using the GET query endpoint, returning the tabular results.
Source API Descriptions
openapi