Clusters - Update
Updates a Log Analytics cluster.
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}?api-version=2023-09-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
cluster
|
path | True |
string |
Name of the Log Analytics Cluster. |
resource
|
path | True |
string |
The name of the resource group. The name is case insensitive. |
subscription
|
path | True |
string |
The ID of the target subscription. |
api-version
|
query | True |
string |
The API version to use for this operation. |
Request Body
Name | Type | Description |
---|---|---|
identity |
Resource's identity. |
|
properties.billingType |
The cluster's billing type. |
|
properties.keyVaultProperties |
The associated key properties. |
|
sku |
The sku properties. |
|
tags |
object |
Resource tags. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
The existing cluster was successfully updated. Check provisioningStatus to see detailed status. |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
ClustersPatch
Sample request
PATCH https://management.azure.com/subscriptions/53bc36c5-91e1-4d09-92c9-63b89e571926/resourcegroups/oiautorest6685/providers/Microsoft.OperationalInsights/clusters/oiautorest6685?api-version=2023-09-01
{
"identity": {
"type": "UserAssigned",
"userAssignedIdentities": {
"/subscriptions/53bc36c5-91e1-4d09-92c9-63b89e571926/resourcegroups/oiautorest6685/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity": {}
}
},
"properties": {
"keyVaultProperties": {
"keyVaultUri": "https://aztest2170.vault.azure.net",
"keyName": "aztest2170cert",
"keyVersion": "",
"keyRsaSize": 1024
}
},
"sku": {
"name": "CapacityReservation",
"capacity": 1000
},
"tags": {
"tag1": "val1"
}
}
Sample response
{
"identity": {
"type": "UserAssigned",
"tenantId": "72f999bf-acf1-41af-91ab-2d7cd011db47",
"userAssignedIdentities": {
"/subscriptions/53bc36c5-91e1-4d09-92c9-63b89e571926/resourcegroups/oiautorest6685/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myidentity": {
"clientId": "eb3a943d-6b12-48a6-b585-ac2316e15ab2",
"principalId": "b31776d4-ee80-4860-9433-ec0101be1891"
}
}
},
"properties": {
"keyVaultProperties": {
"keyVaultUri": "https://aztest2170.vault.azure.net",
"keyName": "aztest2170cert",
"keyVersion": "654ft6c4e63845cbb50fd6fg51540429"
},
"provisioningState": "Succeeded",
"clusterId": "1c3f2afc-9ec1-4e74-bfe8-022b83bcd7b1",
"billingType": "Cluster",
"lastModifiedDate": "Sun, 04 Jan 2020 17:10:56 GMT",
"createdDate": "Mon, 13 Jan 2020 14:40:33 GMT",
"associatedWorkspaces": [
{
"workspaceId": "942bdefd-e6c9-411c-ac69-70ffad564363",
"workspaceName": "testWs1",
"resourceId": "/subscriptions/53bc36c5-91e1-4d09-92c9-63b89e571926/resourcegroups/testRG/providers/microsoft.operationalinsights/workspaces/testWs1",
"associateDate": "Tue, 07 Jul 2020 07:35:51 GMT"
},
{
"workspaceId": "c7edb8f8-67f7-41f2-bddb-aecf22507e3f",
"workspaceName": "testWs2",
"resourceId": "/subscriptions/53bc36c5-91e1-4d09-92c9-63b89e571926/resourcegroups/testRG/providers/microsoft.operationalinsights/workspaces/testWs2",
"associateDate": "Mon, 13 Jan 2020 16:03:39 GMT"
}
],
"capacityReservationProperties": {
"lastSkuUpdate": "Thu, 01 Jan 1970 00:00:00 GMT",
"minCapacity": 100
}
},
"sku": {
"name": "CapacityReservation",
"capacity": 1000
},
"location": "australiasoutheast",
"tags": {
"tag1": "val1"
},
"name": "oiautorest6685",
"type": "Microsoft.OperationalInsights/clusters",
"id": "/subscriptions/53bc36c5-91e1-4d09-92c9-63b89e571926/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/clusters/oiautorest6685"
}
Definitions
Name | Description |
---|---|
Associated |
The list of Log Analytics workspaces associated with the cluster. |
Billing |
The cluster's billing type. |
Capacity |
The capacity reservation level in Gigabytes for this cluster. |
Capacity |
The Capacity Reservation properties. |
Cluster |
The top level Log Analytics cluster resource container. |
Cluster |
The provisioning state of the cluster. |
Cluster |
The top level Log Analytics cluster resource container. |
Cluster |
The cluster sku definition. |
Cluster |
The SKU (tier) of a cluster. |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
key |
The key vault properties. |
Managed |
Managed service identity (system assigned and/or user assigned identities) |
Managed |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
User |
User assigned identity properties |
AssociatedWorkspace
The list of Log Analytics workspaces associated with the cluster.
Name | Type | Description |
---|---|---|
associateDate |
string |
The time of workspace association. |
resourceId |
string |
Associated workspace arm resource id, in the form of: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}. |
workspaceId |
string |
Associated workspace immutable id. |
workspaceName |
string |
Associated workspace resource name. |
BillingType
The cluster's billing type.
Name | Type | Description |
---|---|---|
Cluster |
string |
|
Workspaces |
string |
Capacity
The capacity reservation level in Gigabytes for this cluster.
Name | Type | Description |
---|---|---|
100 |
Integer |
|
1000 |
Integer |
|
10000 |
Integer |
|
200 |
Integer |
|
2000 |
Integer |
|
25000 |
Integer |
|
300 |
Integer |
|
400 |
Integer |
|
500 |
Integer |
|
5000 |
Integer |
|
50000 |
Integer |
CapacityReservationProperties
The Capacity Reservation properties.
Name | Type | Description |
---|---|---|
lastSkuUpdate |
string |
The last time Sku was updated. |
minCapacity |
integer |
Minimum CapacityReservation value in Gigabytes. |
Cluster
The top level Log Analytics cluster resource container.
Name | Type | Description |
---|---|---|
id |
string |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
identity |
Resource's identity. |
|
location |
string |
The geo-location where the resource lives |
name |
string |
The name of the resource |
properties.associatedWorkspaces |
The list of Log Analytics workspaces associated with the cluster |
|
properties.billingType |
The cluster's billing type. |
|
properties.capacityReservationProperties |
Additional properties for capacity reservation |
|
properties.clusterId |
string |
The ID associated with the cluster. |
properties.createdDate |
string |
The cluster creation time |
properties.isAvailabilityZonesEnabled |
boolean |
Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones. |
properties.isDoubleEncryptionEnabled |
boolean |
Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true' |
properties.keyVaultProperties |
The associated key properties. |
|
properties.lastModifiedDate |
string |
The last time the cluster was updated. |
properties.provisioningState |
The provisioning state of the cluster. |
|
sku |
The sku properties. |
|
tags |
object |
Resource tags. |
type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
ClusterEntityStatus
The provisioning state of the cluster.
Name | Type | Description |
---|---|---|
Canceled |
string |
|
Creating |
string |
|
Deleting |
string |
|
Failed |
string |
|
ProvisioningAccount |
string |
|
Succeeded |
string |
|
Updating |
string |
ClusterPatch
The top level Log Analytics cluster resource container.
Name | Type | Description |
---|---|---|
identity |
Resource's identity. |
|
properties.billingType |
The cluster's billing type. |
|
properties.keyVaultProperties |
The associated key properties. |
|
sku |
The sku properties. |
|
tags |
object |
Resource tags. |
ClusterSku
The cluster sku definition.
Name | Type | Description |
---|---|---|
capacity |
The capacity reservation level in Gigabytes for this cluster. |
|
name |
The SKU (tier) of a cluster. |
ClusterSkuNameEnum
The SKU (tier) of a cluster.
Name | Type | Description |
---|---|---|
CapacityReservation |
string |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
keyVaultProperties
The key vault properties.
Name | Type | Description |
---|---|---|
keyName |
string |
The name of the key associated with the Log Analytics cluster. |
keyRsaSize |
integer |
Selected key minimum required size. |
keyVaultUri |
string |
The Key Vault uri which holds they key associated with the Log Analytics cluster. |
keyVersion |
string |
The version of the key associated with the Log Analytics cluster. |
ManagedServiceIdentity
Managed service identity (system assigned and/or user assigned identities)
Name | Type | Description |
---|---|---|
principalId |
string |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
tenantId |
string |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
type |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
|
userAssignedIdentities |
<string,
User |
User-Assigned Identities |
ManagedServiceIdentityType
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
Name | Type | Description |
---|---|---|
None |
string |
|
SystemAssigned |
string |
|
SystemAssigned,UserAssigned |
string |
|
UserAssigned |
string |
UserAssignedIdentity
User assigned identity properties
Name | Type | Description |
---|---|---|
clientId |
string |
The client ID of the assigned identity. |
principalId |
string |
The principal ID of the assigned identity. |