Microsoft.OperationalInsights (preview:2015-11-01)

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

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 ,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
resourceId: string ,
}
,
}

⚐ Response (201)

{
properties:
{
resourceId: 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 ,
}
,
}
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 ,
}
,
}
,
]
,
}
DataSources_CreateOrUpdate (new)
Description Create or update a data source.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}
{
resourceGroupName: string ,
workspaceName: string ,
dataSourceName: string ,
parameters:
{
properties: object ,
eTag: string ,
kind: enum ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties: object ,
eTag: string ,
kind: enum ,
}

⚐ Response (201)

{
properties: object ,
eTag: string ,
kind: enum ,
}
DataSources_Delete (new)
Description Deletes a data source instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ Response (204)

{}
DataSources_Get (new)
Description Gets a datasource instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties: object ,
eTag: string ,
kind: enum ,
}
DataSources_ListByWorkspace (new)
Description Gets the first page of data source instances in a workspace with the link to the next page.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties: object ,
eTag: string ,
kind: enum ,
}
,
]
,
nextLink: string ,
}
Workspaces_DisableIntelligencePack (new)
Description Disables an intelligence pack for a given workspace.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Disable
{
resourceGroupName: string ,
workspaceName: string ,
intelligencePackName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}
Workspaces_EnableIntelligencePack (new)
Description Enables an intelligence pack for a given workspace.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Enable
{
resourceGroupName: string ,
workspaceName: string ,
intelligencePackName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}
Workspaces_ListIntelligencePacks (new)
Description Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
name: string ,
enabled: boolean ,
displayName: string ,
}
Workspaces_GetSharedKeys (new)
Description Gets the shared keys for a workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
primarySharedKey: string ,
secondarySharedKey: string ,
}
Workspaces_ListUsages (new)
Description Gets a list of usage metrics for a workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name:
{
value: string ,
localizedValue: string ,
}
,
unit: string ,
currentValue: number ,
limit: number ,
nextResetTime: string ,
quotaPeriod: string ,
}
,
]
,
}
Workspaces_ListManagementGroups (new)
Description Gets a list of management groups connected to a workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
serverCount: integer ,
isGateway: boolean ,
name: string ,
id: string ,
created: string ,
dataReceived: string ,
version: string ,
sku: string ,
}
,
}
,
]
,
}
Workspaces_ListByResourceGroup (new)
Description Gets workspaces in a resource group.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
,
]
,
}
Workspaces_List (new)
Description Gets the workspaces in a subscription.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
,
]
,
}
Workspaces_CreateOrUpdate (new)
Description Create or update a workspace.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}
{
resourceGroupName: string ,
workspaceName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
Workspaces_Delete (new)
Description Deletes a workspace instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ Response (204)

{}
Workspaces_Get (new)
Description Gets a workspace instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
Workspaces_Update (new)
Description Updates a workspace.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}
{
resourceGroupName: string ,
workspaceName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
Operations_List (new)
Description Lists all of the available OperationalInsights Rest API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.OperationalInsights/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
}
,
}
,
]
,
nextLink: string ,
}
GetAsyncOperationsStatus (new)
Description Get the status of an azure asynchronous operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/locations/{location}/operationStatuses/{asyncOperationId}
{
location: string ,
asyncOperationId: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
startTime: string ,
endTime: string ,
status: string ,
error:
{
code: string ,
message: 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 ,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
resourceId: string ,
}
,
}

⚐ Response (201)

{
properties:
{
resourceId: 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 ,
}
,
}
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 ,
}
,
}
,
]
,
}
DataSources_CreateOrUpdate (removed)
Description Create or update a data source.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}
{
resourceGroupName: string ,
workspaceName: string ,
dataSourceName: string ,
parameters:
{
properties: object ,
eTag: string ,
kind: enum ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties: object ,
eTag: string ,
kind: enum ,
}

⚐ Response (201)

{
properties: object ,
eTag: string ,
kind: enum ,
}
DataSources_Delete (removed)
Description Deletes a data source instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ Response (204)

{}
DataSources_Get (removed)
Description Gets a datasource instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties: object ,
eTag: string ,
kind: enum ,
}
DataSources_ListByWorkspace (removed)
Description Gets the first page of data source instances in a workspace with the link to the next page.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties: object ,
eTag: string ,
kind: enum ,
}
,
]
,
nextLink: string ,
}
Workspaces_DisableIntelligencePack (removed)
Description Disables an intelligence pack for a given workspace.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Disable
{
resourceGroupName: string ,
workspaceName: string ,
intelligencePackName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}
Workspaces_EnableIntelligencePack (removed)
Description Enables an intelligence pack for a given workspace.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Enable
{
resourceGroupName: string ,
workspaceName: string ,
intelligencePackName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}
Workspaces_ListIntelligencePacks (removed)
Description Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
name: string ,
enabled: boolean ,
displayName: string ,
}
Workspaces_GetSharedKeys (removed)
Description Gets the shared keys for a workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
primarySharedKey: string ,
secondarySharedKey: string ,
}
Workspaces_ListUsages (removed)
Description Gets a list of usage metrics for a workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name:
{
value: string ,
localizedValue: string ,
}
,
unit: string ,
currentValue: number ,
limit: number ,
nextResetTime: string ,
quotaPeriod: string ,
}
,
]
,
}
Workspaces_ListManagementGroups (removed)
Description Gets a list of management groups connected to a workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
serverCount: integer ,
isGateway: boolean ,
name: string ,
id: string ,
created: string ,
dataReceived: string ,
version: string ,
sku: string ,
}
,
}
,
]
,
}
Workspaces_ListByResourceGroup (removed)
Description Gets workspaces in a resource group.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
,
]
,
}
Workspaces_List (removed)
Description Gets the workspaces in a subscription.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
,
]
,
}
Workspaces_CreateOrUpdate (removed)
Description Create or update a workspace.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}
{
resourceGroupName: string ,
workspaceName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
Workspaces_Delete (removed)
Description Deletes a workspace instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ Response (204)

{}
Workspaces_Get (removed)
Description Gets a workspace instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
Workspaces_Update (removed)
Description Updates a workspace.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}
{
resourceGroupName: string ,
workspaceName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
source: string ,
customerId: string ,
portalUrl: string ,
sku:
{
name: enum ,
}
,
retentionInDays: integer ,
}
,
eTag: string ,
}
Operations_List (removed)
Description Lists all of the available OperationalInsights Rest API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.OperationalInsights/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
}
,
}
,
]
,
nextLink: string ,
}
GetAsyncOperationsStatus (removed)
Description Get the status of an azure asynchronous operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/locations/{location}/operationStatuses/{asyncOperationId}
{
location: string ,
asyncOperationId: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
startTime: string ,
endTime: string ,
status: string ,
error:
{
code: string ,
message: string ,
}
,
}