Microsoft.OperationalInsights (stable:2015-03-20)

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

StorageInsights_CreateOrUpdate (new)
Description Create or update a storage insight.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/storageInsightConfigs/{storageInsightName}
{
resourceGroupName: string ,
workspaceName: string ,
storageInsightName: string ,
parameters:
{
properties:
{
containers:
[
string ,
]
,
tables:
[
string ,
]
,
storageAccount:
{
id: string ,
key: string ,
}
,
status:
{
state: enum ,
description: string ,
}
,
}
,
eTag: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (201)

{
properties:
{
containers:
[
string ,
]
,
tables:
[
string ,
]
,
storageAccount:
{
id: string ,
key: string ,
}
,
status:
{
state: enum ,
description: string ,
}
,
}
,
eTag: string ,
}

⚐ Response (200)

{
properties:
{
containers:
[
string ,
]
,
tables:
[
string ,
]
,
storageAccount:
{
id: string ,
key: string ,
}
,
status:
{
state: enum ,
description: string ,
}
,
}
,
eTag: string ,
}
StorageInsights_Get (new)
Description Gets a storage insight instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
containers:
[
string ,
]
,
tables:
[
string ,
]
,
storageAccount:
{
id: string ,
key: string ,
}
,
status:
{
state: enum ,
description: string ,
}
,
}
,
eTag: string ,
}
StorageInsights_Delete (new)
Description Deletes a storageInsightsConfigs resource
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ Response (204)

{}
StorageInsights_ListByWorkspace (new)
Description Lists the storage insight instances within a workspace
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
containers:
[
string ,
]
,
tables:
[
string ,
]
,
storageAccount:
{
id: string ,
key: string ,
}
,
status:
{
state: enum ,
description: string ,
}
,
}
,
eTag: string ,
}
,
]
,
@odata.nextLink: string ,
}
Workspaces_ListLinkTargets (new)
Description Get a list of workspaces which the current user has administrator privileges and are not associated with an Azure Subscription. The subscriptionId parameter in the Url is ignored.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
customerId: string ,
accountName: string ,
workspaceName: string ,
location: string ,
}
SavedSearches_Delete (new)
Description Deletes the specified saved search in a given workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}
SavedSearches_CreateOrUpdate (new)
Description Creates or updates a saved search for a given workspace.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
savedSearchId: string ,
api-version: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
eTag: string ,
properties:
{
category: string ,
displayName: string ,
query: string ,
version: integer ,
tags:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
eTag: string ,
properties:
{
category: string ,
displayName: string ,
query: string ,
version: integer ,
tags:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
}
SavedSearches_Get (new)
Description Gets the specified saved search for a given workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
eTag: string ,
properties:
{
category: string ,
displayName: string ,
query: string ,
version: integer ,
tags:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
}
SavedSearches_ListByWorkspace (new)
Description Gets the saved searches for a given Log Analytics Workspace
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
__metadata:
{
requestId: string ,
resultType: string ,
total: integer ,
top: integer ,
id: string ,
coreSummaries:
[
{
status: string ,
numberOfDocuments: integer ,
}
,
]
,
status: string ,
startTime: string ,
lastUpdated: string ,
eTag: string ,
sort:
[
{
name: string ,
order: enum ,
}
,
]
,
requestTime: integer ,
aggregatedValueField: string ,
aggregatedGroupingFields: string ,
sum: integer ,
max: integer ,
schema:
{
name: string ,
version: integer ,
}
,
}
,
value:
[
{
id: string ,
name: string ,
type: string ,
eTag: string ,
properties:
{
category: string ,
displayName: string ,
query: string ,
version: integer ,
tags:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
}
,
]
,
}
Workspaces_GetSchema (new)
Description Gets the schema for a given workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
metadata:
{
requestId: string ,
resultType: string ,
total: integer ,
top: integer ,
id: string ,
coreSummaries:
[
{
status: string ,
numberOfDocuments: integer ,
}
,
]
,
status: string ,
startTime: string ,
lastUpdated: string ,
eTag: string ,
sort:
[
{
name: string ,
order: enum ,
}
,
]
,
requestTime: integer ,
aggregatedValueField: string ,
aggregatedGroupingFields: string ,
sum: integer ,
max: integer ,
schema:
{
name: string ,
version: integer ,
}
,
}
,
value:
[
{
name: string ,
displayName: string ,
type: string ,
indexed: boolean ,
stored: boolean ,
facet: boolean ,
ownerType:
[
string ,
]
,
}
,
]
,
}
Workspaces_Purge (new)
Description Purges data in an Log Analytics workspace by a set of user-defined filters. In order to manage system resources, purge requests are throttled at 50 requests per hour. You should batch the execution of purge requests by sending a single command whose predicate includes all user identities that require purging. Use the in operator to specify multiple identities. You should run the query prior to using for a purge request to verify that the results are expected.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/purge
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
workspaceName: string ,
body:
{
table: string ,
filters:
[
{
column: string ,
operator: string ,
value: string ,
key: string ,
}
,
]
,
}
,
}

⚐ Response (202)

{
$headers:
{
x-ms-status-location: string ,
}
,
$schema:
{
operationId: string ,
}
,
}
Workspaces_GetPurgeStatus (new)
Description Gets status of an ongoing purge operation.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
status: enum ,
}
Workspaces_ListKeys (new)
Description Gets the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
primarySharedKey: string ,
secondarySharedKey: string ,
}
Workspaces_RegenerateSharedKeys (new)
Description Regenerates the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
primarySharedKey: string ,
secondarySharedKey: string ,
}
Workspaces_DeleteGateways (new)
Description Delete a Log Analytics gateway.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}
Workspaces_AvailableServiceTiers (new)
Description Gets the available service tiers for the workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
ServiceTier: enum ,
Enabled: boolean ,
MinimumRetention: integer ,
MaximumRetention: integer ,
DefaultRetention: integer ,
CapacityReservationLevel: integer ,
LastSkuUpdate: 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 ,
}
,
}
,
]
,
}
StorageInsights_CreateOrUpdate (removed)
Description Create or update a storage insight.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/storageInsightConfigs/{storageInsightName}
{
resourceGroupName: string ,
workspaceName: string ,
storageInsightName: string ,
parameters:
{
properties:
{
containers:
[
string ,
]
,
tables:
[
string ,
]
,
storageAccount:
{
id: string ,
key: string ,
}
,
status:
{
state: enum ,
description: string ,
}
,
}
,
eTag: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (201)

{
properties:
{
containers:
[
string ,
]
,
tables:
[
string ,
]
,
storageAccount:
{
id: string ,
key: string ,
}
,
status:
{
state: enum ,
description: string ,
}
,
}
,
eTag: string ,
}

⚐ Response (200)

{
properties:
{
containers:
[
string ,
]
,
tables:
[
string ,
]
,
storageAccount:
{
id: string ,
key: string ,
}
,
status:
{
state: enum ,
description: string ,
}
,
}
,
eTag: string ,
}
StorageInsights_Get (removed)
Description Gets a storage insight instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
containers:
[
string ,
]
,
tables:
[
string ,
]
,
storageAccount:
{
id: string ,
key: string ,
}
,
status:
{
state: enum ,
description: string ,
}
,
}
,
eTag: string ,
}
StorageInsights_Delete (removed)
Description Deletes a storageInsightsConfigs resource
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ Response (204)

{}
StorageInsights_ListByWorkspace (removed)
Description Lists the storage insight instances within a workspace
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
containers:
[
string ,
]
,
tables:
[
string ,
]
,
storageAccount:
{
id: string ,
key: string ,
}
,
status:
{
state: enum ,
description: string ,
}
,
}
,
eTag: string ,
}
,
]
,
@odata.nextLink: string ,
}
Workspaces_ListLinkTargets (removed)
Description Get a list of workspaces which the current user has administrator privileges and are not associated with an Azure Subscription. The subscriptionId parameter in the Url is ignored.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
customerId: string ,
accountName: string ,
workspaceName: string ,
location: string ,
}
SavedSearches_Delete (removed)
Description Deletes the specified saved search in a given workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}
SavedSearches_CreateOrUpdate (removed)
Description Creates or updates a saved search for a given workspace.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
savedSearchId: string ,
api-version: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
eTag: string ,
properties:
{
category: string ,
displayName: string ,
query: string ,
version: integer ,
tags:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
eTag: string ,
properties:
{
category: string ,
displayName: string ,
query: string ,
version: integer ,
tags:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
}
SavedSearches_Get (removed)
Description Gets the specified saved search for a given workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
eTag: string ,
properties:
{
category: string ,
displayName: string ,
query: string ,
version: integer ,
tags:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
}
SavedSearches_ListByWorkspace (removed)
Description Gets the saved searches for a given Log Analytics Workspace
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
__metadata:
{
requestId: string ,
resultType: string ,
total: integer ,
top: integer ,
id: string ,
coreSummaries:
[
{
status: string ,
numberOfDocuments: integer ,
}
,
]
,
status: string ,
startTime: string ,
lastUpdated: string ,
eTag: string ,
sort:
[
{
name: string ,
order: enum ,
}
,
]
,
requestTime: integer ,
aggregatedValueField: string ,
aggregatedGroupingFields: string ,
sum: integer ,
max: integer ,
schema:
{
name: string ,
version: integer ,
}
,
}
,
value:
[
{
id: string ,
name: string ,
type: string ,
eTag: string ,
properties:
{
category: string ,
displayName: string ,
query: string ,
version: integer ,
tags:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
}
,
]
,
}
Workspaces_GetSchema (removed)
Description Gets the schema for a given workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
metadata:
{
requestId: string ,
resultType: string ,
total: integer ,
top: integer ,
id: string ,
coreSummaries:
[
{
status: string ,
numberOfDocuments: integer ,
}
,
]
,
status: string ,
startTime: string ,
lastUpdated: string ,
eTag: string ,
sort:
[
{
name: string ,
order: enum ,
}
,
]
,
requestTime: integer ,
aggregatedValueField: string ,
aggregatedGroupingFields: string ,
sum: integer ,
max: integer ,
schema:
{
name: string ,
version: integer ,
}
,
}
,
value:
[
{
name: string ,
displayName: string ,
type: string ,
indexed: boolean ,
stored: boolean ,
facet: boolean ,
ownerType:
[
string ,
]
,
}
,
]
,
}
Workspaces_Purge (removed)
Description Purges data in an Log Analytics workspace by a set of user-defined filters. In order to manage system resources, purge requests are throttled at 50 requests per hour. You should batch the execution of purge requests by sending a single command whose predicate includes all user identities that require purging. Use the in operator to specify multiple identities. You should run the query prior to using for a purge request to verify that the results are expected.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/purge
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
workspaceName: string ,
body:
{
table: string ,
filters:
[
{
column: string ,
operator: string ,
value: string ,
key: string ,
}
,
]
,
}
,
}

⚐ Response (202)

{
$headers:
{
x-ms-status-location: string ,
}
,
$schema:
{
operationId: string ,
}
,
}
Workspaces_GetPurgeStatus (removed)
Description Gets status of an ongoing purge operation.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
status: enum ,
}
Workspaces_ListKeys (removed)
Description Gets the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
primarySharedKey: string ,
secondarySharedKey: string ,
}
Workspaces_RegenerateSharedKeys (removed)
Description Regenerates the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
primarySharedKey: string ,
secondarySharedKey: string ,
}
Workspaces_DeleteGateways (removed)
Description Delete a Log Analytics gateway.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}
Workspaces_AvailableServiceTiers (removed)
Description Gets the available service tiers for the workspace.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
ServiceTier: enum ,
Enabled: boolean ,
MinimumRetention: integer ,
MaximumRetention: integer ,
DefaultRetention: integer ,
CapacityReservationLevel: integer ,
LastSkuUpdate: 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 ,
}
,
}
,
]
,
}