Microsoft.AlertsManagement (preview:2021-01-01)

2025/11/19 • 1 new, 1 deleted methods

MigrateFromSmartDetection_StartMigration (new)
Description Starts an asynchronous migration process of Smart Detection to smart alerts in an Application Insights resource. Use the HTTP address in the response location header to GET the status of the migration process.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/migrateFromSmartDetection
{
subscriptionId: string ,
api-version: string ,
smartDetectionMigrationRequest:
{
scope:
[
string ,
]
,
actionGroupCreationPolicy: enum ,
customActionGroupName: string ,
}
,
}

⚐ Response (202)

{
id: string ,
name: string ,
type: string ,
properties:
{
migrationId: string ,
status: enum ,
scope:
[
string ,
]
,
armDeploymentName: string ,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
migrationId: string ,
status: enum ,
scope:
[
string ,
]
,
armDeploymentName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
MigrateFromSmartDetection_StartMigration (removed)
Description Starts an asynchronous migration process of Smart Detection to smart alerts in an Application Insights resource. Use the HTTP address in the response location header to GET the status of the migration process.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/migrateFromSmartDetection
{
subscriptionId: string ,
api-version: string ,
smartDetectionMigrationRequest:
{
scope:
[
string ,
]
,
actionGroupCreationPolicy: enum ,
customActionGroupName: string ,
}
,
}

⚐ Response (202)

{
id: string ,
name: string ,
type: string ,
properties:
{
migrationId: string ,
status: enum ,
scope:
[
string ,
]
,
armDeploymentName: string ,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
migrationId: string ,
status: enum ,
scope:
[
string ,
]
,
armDeploymentName: string ,
}
,
}

⚐ Response (default)

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