Microsoft.OperationalInsights (preview:2024-10-01)

2026/01/07 • 11 deleted methods

BusinessApplicationAgents_CreateOrUpdate (removed)
Description Creates or updates the Business Application Agent.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/businessApplicationAgents/{agentResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
agentResourceName: string ,
api-version: string ,
agentToUpsert:
{
properties:
{
configuration:
{
type: enum ,
}
,
agentSystems:
[
{
systemResourceName: string ,
systemDisplayName: string ,
}
,
]
,
displayName: string ,
lastModifiedTimeUtc: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
configuration:
{
type: enum ,
}
,
agentSystems:
[
{
systemResourceName: string ,
systemDisplayName: string ,
}
,
]
,
displayName: string ,
lastModifiedTimeUtc: string ,
}
,
}

⚐ Response (201)

{
properties:
{
configuration:
{
type: enum ,
}
,
agentSystems:
[
{
systemResourceName: string ,
systemDisplayName: string ,
}
,
]
,
displayName: string ,
lastModifiedTimeUtc: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
BusinessApplicationAgent_Get (removed)
Description Gets Business Application Agent.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
configuration:
{
type: enum ,
}
,
agentSystems:
[
{
systemResourceName: string ,
systemDisplayName: string ,
}
,
]
,
displayName: string ,
lastModifiedTimeUtc: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
BusinessApplicationAgents_Delete (removed)
Description Delete the Business Application Agent.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/businessApplicationAgents/{agentResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
agentResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
BusinessApplicationAgents_List (removed)
Description Gets all Business Application Agents under the workspace.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/businessApplicationAgents
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
api-version: string ,
$filter: string ,
$skipToken: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
configuration:
{
type: enum ,
}
,
agentSystems:
[
{
systemResourceName: string ,
systemDisplayName: string ,
}
,
]
,
displayName: string ,
lastModifiedTimeUtc: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Systems_CreateOrUpdate (removed)
Description Creates or updates the system.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/businessApplicationAgents/{agentResourceName}/systems/{systemResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
agentResourceName: string ,
systemResourceName: string ,
api-version: string ,
systemToUpsert:
{
properties:
{
status: enum ,
configuration:
{
type: enum ,
}
,
displayName: string ,
lastModifiedTimeUtc: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
status: enum ,
configuration:
{
type: enum ,
}
,
displayName: string ,
lastModifiedTimeUtc: string ,
}
,
}

⚐ Response (201)

{
properties:
{
status: enum ,
configuration:
{
type: enum ,
}
,
displayName: string ,
lastModifiedTimeUtc: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Systems_Get (removed)
Description Gets the system.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/businessApplicationAgents/{agentResourceName}/systems/{systemResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
agentResourceName: string ,
systemResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
status: enum ,
configuration:
{
type: enum ,
}
,
displayName: string ,
lastModifiedTimeUtc: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Systems_Delete (removed)
Description Deletes the system.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/businessApplicationAgents/{agentResourceName}/systems/{systemResourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
agentResourceName: string ,
systemResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Systems_List (removed)
Description ListAll the systems.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/businessApplicationAgents/{agentResourceName}/systems
{
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
agentResourceName: string ,
api-version: string ,
$filter: string ,
$skipToken: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
status: enum ,
configuration:
{
type: enum ,
}
,
displayName: string ,
lastModifiedTimeUtc: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Systems_ListActions (removed)
Description List of actions for a business application system.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/businessApplicationAgents/{agentResourceName}/systems/{systemResourceName}/listActions
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
agentResourceName: string ,
systemResourceName: string ,
}

⚐ Response (200)

{
value:
[
{
kind: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Systems_UndoAction (removed)
Description Undo action, based on the actionId.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/businessApplicationAgents/{agentResourceName}/systems/{systemResourceName}/undoAction
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
agentResourceName: string ,
systemResourceName: string ,
payload:
{
actionId: string ,
}
,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Systems_ReportActionStatus (removed)
Description Report the status of the action.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/businessApplicationAgents/{agentResourceName}/systems/{systemResourceName}/reportActionStatus
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
agentResourceName: string ,
systemResourceName: string ,
payload:
{
actionId: string ,
actionStatus: string ,
failureReason: string ,
}
,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}