| Description | : Gets Log Analytics clusters in a resource group. |
| Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters
{
resourceGroupName:
string
,
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
nextLink:
string
,
value:
}
[
]
,
{
,
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
sku:
{
,
capacity:
integer
,
name:
enum
,
}
properties:
}
{
,
clusterId:
string
,
provisioningState:
enum
,
isDoubleEncryptionEnabled:
boolean
,
isAvailabilityZonesEnabled:
boolean
,
billingType:
enum
,
keyVaultProperties:
{
,
keyVaultUri:
string
,
keyName:
string
,
keyVersion:
string
,
keyRsaSize:
integer
,
}
lastModifiedDate:
string
,
createdDate:
string
,
associatedWorkspaces:
[
]
,
{
,
workspaceId:
string
,
workspaceName:
string
,
resourceId:
string
,
associateDate:
string
,
}
capacityReservationProperties:
}
{
,
lastSkuUpdate:
string
,
minCapacity:
integer
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}