Microsoft.OperationalInsights (preview:2019-08-01)

2025/10/23 • 18 new, 18 deleted methods

Clusters_ListByResourceGroup (new)
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 ,
}
,
sku:
{
capacity: integer ,
name: enum ,
}
,
properties:
{
nextLink: string ,
clusterId: string ,
provisioningState: enum ,
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Clusters_List (new)
Description Gets the Log Analytics clusters in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/clusters
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
capacity: integer ,
name: enum ,
}
,
properties:
{
nextLink: string ,
clusterId: string ,
provisioningState: enum ,
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Clusters_CreateOrUpdate (new)
Description Create or update a Log Analytics cluster.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
parameters:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
capacity: integer ,
name: enum ,
}
,
properties:
{
nextLink: string ,
clusterId: string ,
provisioningState: enum ,
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Clusters_Delete (new)
Description Deletes a cluster instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Clusters_Get (new)
Description Gets a Log Analytics cluster instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
capacity: integer ,
name: enum ,
}
,
properties:
{
nextLink: string ,
clusterId: string ,
provisioningState: enum ,
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Clusters_Update (new)
Description Updates a Log Analytics cluster.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
parameters:
{
properties:
{
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
}
,
sku:
{
capacity: integer ,
name: enum ,
}
,
tags: object ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
capacity: integer ,
name: enum ,
}
,
properties:
{
nextLink: string ,
clusterId: string ,
provisioningState: enum ,
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
LinkedServices_CreateOrUpdate (new)
Description Create or update a linked service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices/{linkedServiceName}
{
resourceGroupName: string ,
workspaceName: string ,
linkedServiceName: string ,
parameters:
{
properties:
{
resourceId: string ,
writeAccessResourceId: string ,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
resourceId: string ,
writeAccessResourceId: string ,
}
,
}

⚐ Response (201)

{
properties:
{
resourceId: string ,
writeAccessResourceId: string ,
}
,
}
LinkedServices_Delete (new)
Description Deletes a linked service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices/{linkedServiceName}
{
resourceGroupName: string ,
workspaceName: string ,
linkedServiceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}
LinkedServices_Get (new)
Description Gets a linked service instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices/{linkedServiceName}
{
resourceGroupName: string ,
workspaceName: string ,
linkedServiceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
resourceId: string ,
writeAccessResourceId: string ,
}
,
}
LinkedServices_ListByWorkspace (new)
Description Gets the linked services instances in a workspace.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices
{
resourceGroupName: string ,
workspaceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceId: string ,
writeAccessResourceId: string ,
}
,
}
,
]
,
}
DataExport_ListByWorkspace (new)
Description Lists the data export instances within a workspace.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
dataExportId: string ,
tableNames:
[
string ,
]
,
destination:
{
resourceId: string ,
type: enum ,
metaData:
{
eventHubName: string ,
}
,
}
,
enable: boolean ,
createdDate: string ,
lastModifiedDate: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
DataExport_CreateOrUpdate (new)
Description Create or update a data export.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
dataExportName: string ,
api-version: string ,
parameters:
{
properties:
{
dataExportId: string ,
tableNames:
[
string ,
]
,
destination:
{
resourceId: string ,
type: enum ,
metaData:
{
eventHubName: string ,
}
,
}
,
enable: boolean ,
createdDate: string ,
lastModifiedDate: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
dataExportId: string ,
tableNames:
[
string ,
]
,
destination:
{
resourceId: string ,
type: enum ,
metaData:
{
eventHubName: string ,
}
,
}
,
enable: boolean ,
createdDate: string ,
lastModifiedDate: string ,
}
,
}

⚐ Response (201)

{
properties:
{
dataExportId: string ,
tableNames:
[
string ,
]
,
destination:
{
resourceId: string ,
type: enum ,
metaData:
{
eventHubName: string ,
}
,
}
,
enable: boolean ,
createdDate: string ,
lastModifiedDate: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
DataExport_Get (new)
Description Gets a data export instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
dataExportName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
dataExportId: string ,
tableNames:
[
string ,
]
,
destination:
{
resourceId: string ,
type: enum ,
metaData:
{
eventHubName: string ,
}
,
}
,
enable: boolean ,
createdDate: string ,
lastModifiedDate: string ,
}
,
}

⚐ Response (404)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
DataExport_Delete (new)
Description Deletes the specified data export in a given workspace..
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
dataExportName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (404)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
LinkedStorageAccounts_CreateOrUpdate (new)
Description Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
{
resourceGroupName: string ,
workspaceName: string ,
dataSourceType: string ,
parameters:
{
properties:
{
dataSourceType: enum ,
storageAccountIds:
[
string ,
]
,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
dataSourceType: enum ,
storageAccountIds:
[
string ,
]
,
}
,
}
LinkedStorageAccounts_Delete (new)
Description Deletes all linked storage accounts of a specific data source type associated with the specified workspace.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
{
resourceGroupName: string ,
workspaceName: string ,
dataSourceType: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}
LinkedStorageAccounts_Get (new)
Description Gets all linked storage account of a specific data source type associated with the specified workspace.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
{
resourceGroupName: string ,
workspaceName: string ,
dataSourceType: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
dataSourceType: enum ,
storageAccountIds:
[
string ,
]
,
}
,
}
LinkedStorageAccounts_ListByWorkspace (new)
Description Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
workspaceName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
dataSourceType: enum ,
storageAccountIds:
[
string ,
]
,
}
,
}
,
]
,
}
Clusters_ListByResourceGroup (removed)
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 ,
}
,
sku:
{
capacity: integer ,
name: enum ,
}
,
properties:
{
nextLink: string ,
clusterId: string ,
provisioningState: enum ,
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Clusters_List (removed)
Description Gets the Log Analytics clusters in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/clusters
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
capacity: integer ,
name: enum ,
}
,
properties:
{
nextLink: string ,
clusterId: string ,
provisioningState: enum ,
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Clusters_CreateOrUpdate (removed)
Description Create or update a Log Analytics cluster.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
parameters:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
capacity: integer ,
name: enum ,
}
,
properties:
{
nextLink: string ,
clusterId: string ,
provisioningState: enum ,
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Clusters_Delete (removed)
Description Deletes a cluster instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Clusters_Get (removed)
Description Gets a Log Analytics cluster instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
capacity: integer ,
name: enum ,
}
,
properties:
{
nextLink: string ,
clusterId: string ,
provisioningState: enum ,
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Clusters_Update (removed)
Description Updates a Log Analytics cluster.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
parameters:
{
properties:
{
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
}
,
sku:
{
capacity: integer ,
name: enum ,
}
,
tags: object ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
capacity: integer ,
name: enum ,
}
,
properties:
{
nextLink: string ,
clusterId: string ,
provisioningState: enum ,
keyVaultProperties:
{
keyVaultUri: string ,
keyName: string ,
keyVersion: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
LinkedServices_CreateOrUpdate (removed)
Description Create or update a linked service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices/{linkedServiceName}
{
resourceGroupName: string ,
workspaceName: string ,
linkedServiceName: string ,
parameters:
{
properties:
{
resourceId: string ,
writeAccessResourceId: string ,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
resourceId: string ,
writeAccessResourceId: string ,
}
,
}

⚐ Response (201)

{
properties:
{
resourceId: string ,
writeAccessResourceId: string ,
}
,
}
LinkedServices_Delete (removed)
Description Deletes a linked service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices/{linkedServiceName}
{
resourceGroupName: string ,
workspaceName: string ,
linkedServiceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}
LinkedServices_Get (removed)
Description Gets a linked service instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices/{linkedServiceName}
{
resourceGroupName: string ,
workspaceName: string ,
linkedServiceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
resourceId: string ,
writeAccessResourceId: string ,
}
,
}
LinkedServices_ListByWorkspace (removed)
Description Gets the linked services instances in a workspace.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices
{
resourceGroupName: string ,
workspaceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceId: string ,
writeAccessResourceId: string ,
}
,
}
,
]
,
}
DataExport_ListByWorkspace (removed)
Description Lists the data export instances within a workspace.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
dataExportId: string ,
tableNames:
[
string ,
]
,
destination:
{
resourceId: string ,
type: enum ,
metaData:
{
eventHubName: string ,
}
,
}
,
enable: boolean ,
createdDate: string ,
lastModifiedDate: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
DataExport_CreateOrUpdate (removed)
Description Create or update a data export.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
dataExportName: string ,
api-version: string ,
parameters:
{
properties:
{
dataExportId: string ,
tableNames:
[
string ,
]
,
destination:
{
resourceId: string ,
type: enum ,
metaData:
{
eventHubName: string ,
}
,
}
,
enable: boolean ,
createdDate: string ,
lastModifiedDate: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
dataExportId: string ,
tableNames:
[
string ,
]
,
destination:
{
resourceId: string ,
type: enum ,
metaData:
{
eventHubName: string ,
}
,
}
,
enable: boolean ,
createdDate: string ,
lastModifiedDate: string ,
}
,
}

⚐ Response (201)

{
properties:
{
dataExportId: string ,
tableNames:
[
string ,
]
,
destination:
{
resourceId: string ,
type: enum ,
metaData:
{
eventHubName: string ,
}
,
}
,
enable: boolean ,
createdDate: string ,
lastModifiedDate: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
DataExport_Get (removed)
Description Gets a data export instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
dataExportName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
dataExportId: string ,
tableNames:
[
string ,
]
,
destination:
{
resourceId: string ,
type: enum ,
metaData:
{
eventHubName: string ,
}
,
}
,
enable: boolean ,
createdDate: string ,
lastModifiedDate: string ,
}
,
}

⚐ Response (404)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
DataExport_Delete (removed)
Description Deletes the specified data export in a given workspace..
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
dataExportName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (404)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
LinkedStorageAccounts_CreateOrUpdate (removed)
Description Create or Update a link relation between current workspace and a group of storage accounts of a specific data source type.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
{
resourceGroupName: string ,
workspaceName: string ,
dataSourceType: string ,
parameters:
{
properties:
{
dataSourceType: enum ,
storageAccountIds:
[
string ,
]
,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
dataSourceType: enum ,
storageAccountIds:
[
string ,
]
,
}
,
}
LinkedStorageAccounts_Delete (removed)
Description Deletes all linked storage accounts of a specific data source type associated with the specified workspace.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
{
resourceGroupName: string ,
workspaceName: string ,
dataSourceType: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}
LinkedStorageAccounts_Get (removed)
Description Gets all linked storage account of a specific data source type associated with the specified workspace.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
{
resourceGroupName: string ,
workspaceName: string ,
dataSourceType: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
dataSourceType: enum ,
storageAccountIds:
[
string ,
]
,
}
,
}
LinkedStorageAccounts_ListByWorkspace (removed)
Description Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
workspaceName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
dataSourceType: enum ,
storageAccountIds:
[
string ,
]
,
}
,
}
,
]
,
}