Gets log analytics workspaces in a resource group.
External DocumentationTo learn more, visit the Azure documentation.

Parameters

ParameterDescription
Resource Group NameThe name of the resource group. The name is case insensitive. Can be obtained via the List Resource Groups action.
Subscription IDThe ID of the target subscription. Can be obtained via the List Subscriptions action.

Example Output

{
	"value": [
		{
			"properties": {
				"customerId": "<string>",
				"provisioningState": "<string>",
				"sku": {
					"name": "<string>",
					"lastSkuUpdate": "2022-05-05T10:32:46"
				},
				"retentionInDays": 69,
				"features": {
					"legacy": 182,
					"searchVersion": 968,
					"enableLogAccessUsingOnlyResourcePermissions": true
				},
				"workspaceCapping": {
					"dailyQuotaGb": 477.85,
					"quotaNextResetTime": "2023-10-22T01:34:37",
					"dataIngestionStatus": "<string>"
				},
				"publicNetworkAccessForIngestion": "<string>",
				"publicNetworkAccessForQuery": "<string>",
				"createdDate": "2023-05-22T21:30:28",
				"modifiedDate": "2023-11-06T02:22:25"
			},
			"location": "<string>",
			"tags": {},
			"id": "<string>",
			"name": "<string>",
			"type": "<string>",
			"etag": "<string>"
		}
	]
}

Workflow Library Example

Log Analytics List Workspaces in Resource Group with Azure and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop