| 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
,
}