Azure Log Analytics · Arazzo Workflow
Azure Log Analytics Workspace Inventory Report
Version 1.0.0
Resolve a workspace, then list its tables and its saved searches together.
Provider
Workflows
workspace-inventory-report
Resolve a workspace and collect its tables and saved searches into a report.
Reads the workspace to confirm it and capture its identifiers, lists all tables on the workspace, and lists all saved searches on the workspace, returning each collection as part of a single inventory output.
1
getWorkspace
getWorkspace
Read the workspace record to confirm it exists and capture its customer ID and provisioning state for the report header.
2
listTables
listTables
List every table defined on the workspace for the inventory report.
3
listSavedSearches
listSavedSearches
List every saved search stored on the workspace for the inventory report.