Microsoft.DocumentDB (preview:2025-03-15)

2025/04/01 • 39 new methods

DatabaseMigrationsMongoToCosmosDbRUMongo_Get (new)
Description Get Database Migration resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations/{migrationName}
{
resourceGroupName: string ,
targetResourceName: string ,
migrationName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
sourceMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
targetMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
collectionList:
[
{
sourceDatabase: string ,
sourceCollection: string ,
targetDatabase: string ,
targetCollection: string ,
migrationProgressDetails:
{
migrationStatus: enum ,
migrationError: string ,
sourceDocumentCount: integer ,
processedDocumentCount: integer ,
durationInSeconds: integer ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DatabaseMigrationsMongoToCosmosDbRUMongo_Create (new)
Description Create or Update Database Migration resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations/{migrationName}
{
resourceGroupName: string ,
targetResourceName: string ,
migrationName: string ,
parameters:
{
properties:
{
sourceMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
targetMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
collectionList:
[
{
sourceDatabase: string ,
sourceCollection: string ,
targetDatabase: string ,
targetCollection: string ,
migrationProgressDetails:
{
migrationStatus: enum ,
migrationError: string ,
sourceDocumentCount: integer ,
processedDocumentCount: integer ,
durationInSeconds: integer ,
}
,
}
,
]
,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (201)

{
properties:
{
sourceMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
targetMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
collectionList:
[
{
sourceDatabase: string ,
sourceCollection: string ,
targetDatabase: string ,
targetCollection: string ,
migrationProgressDetails:
{
migrationStatus: enum ,
migrationError: string ,
sourceDocumentCount: integer ,
processedDocumentCount: integer ,
durationInSeconds: integer ,
}
,
}
,
]
,
}
,
}

⚐ Response (200)

{
properties:
{
sourceMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
targetMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
collectionList:
[
{
sourceDatabase: string ,
sourceCollection: string ,
targetDatabase: string ,
targetCollection: string ,
migrationProgressDetails:
{
migrationStatus: enum ,
migrationError: string ,
sourceDocumentCount: integer ,
processedDocumentCount: integer ,
durationInSeconds: integer ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DatabaseMigrationsMongoToCosmosDbRUMongo_Delete (new)
Description Delete Database Migration resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations/{migrationName}
{
resourceGroupName: string ,
targetResourceName: string ,
migrationName: string ,
force: boolean ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}
DatabaseMigrationsMongoToCosmosDbRUMongo_GetForScope (new)
Description Get Database Migration resources for the scope.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations
{
resourceGroupName: string ,
targetResourceName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
sourceMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
targetMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
collectionList:
[
{
sourceDatabase: string ,
sourceCollection: string ,
targetDatabase: string ,
targetCollection: string ,
migrationProgressDetails:
{
migrationStatus: enum ,
migrationError: string ,
sourceDocumentCount: integer ,
processedDocumentCount: integer ,
durationInSeconds: integer ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DatabaseMigrationsMongoToCosmosDbvCoreMongo_Get (new)
Description Get Database Migration resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations/{migrationName}
{
resourceGroupName: string ,
targetResourceName: string ,
migrationName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
sourceMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
targetMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
collectionList:
[
{
sourceDatabase: string ,
sourceCollection: string ,
targetDatabase: string ,
targetCollection: string ,
migrationProgressDetails:
{
migrationStatus: enum ,
migrationError: string ,
sourceDocumentCount: integer ,
processedDocumentCount: integer ,
durationInSeconds: integer ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DatabaseMigrationsMongoToCosmosDbvCoreMongo_Create (new)
Description Create or Update Database Migration resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations/{migrationName}
{
resourceGroupName: string ,
targetResourceName: string ,
migrationName: string ,
parameters:
{
properties:
{
sourceMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
targetMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
collectionList:
[
{
sourceDatabase: string ,
sourceCollection: string ,
targetDatabase: string ,
targetCollection: string ,
migrationProgressDetails:
{
migrationStatus: enum ,
migrationError: string ,
sourceDocumentCount: integer ,
processedDocumentCount: integer ,
durationInSeconds: integer ,
}
,
}
,
]
,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (201)

{
properties:
{
sourceMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
targetMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
collectionList:
[
{
sourceDatabase: string ,
sourceCollection: string ,
targetDatabase: string ,
targetCollection: string ,
migrationProgressDetails:
{
migrationStatus: enum ,
migrationError: string ,
sourceDocumentCount: integer ,
processedDocumentCount: integer ,
durationInSeconds: integer ,
}
,
}
,
]
,
}
,
}

⚐ Response (200)

{
properties:
{
sourceMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
targetMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
collectionList:
[
{
sourceDatabase: string ,
sourceCollection: string ,
targetDatabase: string ,
targetCollection: string ,
migrationProgressDetails:
{
migrationStatus: enum ,
migrationError: string ,
sourceDocumentCount: integer ,
processedDocumentCount: integer ,
durationInSeconds: integer ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DatabaseMigrationsMongoToCosmosDbvCoreMongo_Delete (new)
Description Delete Database Migration resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations/{migrationName}
{
resourceGroupName: string ,
targetResourceName: string ,
migrationName: string ,
force: boolean ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}
DatabaseMigrationsMongoToCosmosDbvCoreMongo_GetForScope (new)
Description Get Database Migration resources for the scope.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/mongoClusters/{targetResourceName}/providers/Microsoft.DataMigration/databaseMigrations
{
resourceGroupName: string ,
targetResourceName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
sourceMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
targetMongoConnection:
{
host: string ,
port: integer ,
userName: string ,
password: string ,
useSsl: boolean ,
connectionString: string ,
}
,
collectionList:
[
{
sourceDatabase: string ,
sourceCollection: string ,
targetDatabase: string ,
targetCollection: string ,
migrationProgressDetails:
{
migrationStatus: enum ,
migrationError: string ,
sourceDocumentCount: integer ,
processedDocumentCount: integer ,
durationInSeconds: integer ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DatabaseMigrationsSqlDb_Get (new)
Description Retrieve the Database Migration resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{sqlDbInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
{
resourceGroupName: string ,
sqlDbInstanceName: string ,
targetDbName: string ,
migrationOperationId: string ,
$expand: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
migrationStatusDetails:
{
migrationState: string ,
sqlDataCopyErrors:
[
string ,
]
,
listOfCopyProgressDetails:
[
{
tableName: string ,
status: string ,
parallelCopyType: string ,
usedParallelCopies: integer ,
dataRead: integer ,
dataWritten: integer ,
rowsRead: integer ,
rowsCopied: integer ,
copyStart: string ,
copyThroughput: number ,
copyDuration: integer ,
}
,
]
,
}
,
targetSqlConnection:
{
dataSource: string ,
authentication: string ,
userName: string ,
password: string ,
encryptConnection: boolean ,
trustServerCertificate: boolean ,
}
,
offlineConfiguration:
{
offline: boolean ,
}
,
tableList:
[
string ,
]
,
}
,
}

⚐ Response (default)

{}
DatabaseMigrationsSqlDb_CreateOrUpdate (new)
Description Create or Update Database Migration resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{sqlDbInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
{
resourceGroupName: string ,
sqlDbInstanceName: string ,
targetDbName: string ,
parameters:
{
properties:
{
migrationStatusDetails:
{
migrationState: string ,
sqlDataCopyErrors:
[
string ,
]
,
listOfCopyProgressDetails:
[
{
tableName: string ,
status: string ,
parallelCopyType: string ,
usedParallelCopies: integer ,
dataRead: integer ,
dataWritten: integer ,
rowsRead: integer ,
rowsCopied: integer ,
copyStart: string ,
copyThroughput: number ,
copyDuration: integer ,
}
,
]
,
}
,
targetSqlConnection:
{
dataSource: string ,
authentication: string ,
userName: string ,
password: string ,
encryptConnection: boolean ,
trustServerCertificate: boolean ,
}
,
offlineConfiguration:
{
offline: boolean ,
}
,
tableList:
[
string ,
]
,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
migrationStatusDetails:
{
migrationState: string ,
sqlDataCopyErrors:
[
string ,
]
,
listOfCopyProgressDetails:
[
{
tableName: string ,
status: string ,
parallelCopyType: string ,
usedParallelCopies: integer ,
dataRead: integer ,
dataWritten: integer ,
rowsRead: integer ,
rowsCopied: integer ,
copyStart: string ,
copyThroughput: number ,
copyDuration: integer ,
}
,
]
,
}
,
targetSqlConnection:
{
dataSource: string ,
authentication: string ,
userName: string ,
password: string ,
encryptConnection: boolean ,
trustServerCertificate: boolean ,
}
,
offlineConfiguration:
{
offline: boolean ,
}
,
tableList:
[
string ,
]
,
}
,
}

⚐ Response (default)

{}

⚐ Response (201)

{
properties:
{
migrationStatusDetails:
{
migrationState: string ,
sqlDataCopyErrors:
[
string ,
]
,
listOfCopyProgressDetails:
[
{
tableName: string ,
status: string ,
parallelCopyType: string ,
usedParallelCopies: integer ,
dataRead: integer ,
dataWritten: integer ,
rowsRead: integer ,
rowsCopied: integer ,
copyStart: string ,
copyThroughput: number ,
copyDuration: integer ,
}
,
]
,
}
,
targetSqlConnection:
{
dataSource: string ,
authentication: string ,
userName: string ,
password: string ,
encryptConnection: boolean ,
trustServerCertificate: boolean ,
}
,
offlineConfiguration:
{
offline: boolean ,
}
,
tableList:
[
string ,
]
,
}
,
}
DatabaseMigrationsSqlDb_Delete (new)
Description Delete Database Migration resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{sqlDbInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
{
resourceGroupName: string ,
sqlDbInstanceName: string ,
targetDbName: string ,
force: boolean ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}
DatabaseMigrationsSqlDb_cancel (new)
Description Stop on going migration for the database.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{sqlDbInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}/cancel
{
resourceGroupName: string ,
sqlDbInstanceName: string ,
targetDbName: string ,
parameters:
{
migrationOperationId: string ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{}

⚐ Response (202)

{}
DatabaseMigrationsSqlMi_Get (new)
Description Retrieve the specified database migration for a given SQL Managed Instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
{
resourceGroupName: string ,
managedInstanceName: string ,
targetDbName: string ,
migrationOperationId: string ,
$expand: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
migrationStatusDetails:
{
migrationState: string ,
fullBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
lastRestoredBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
activeBackupSets:
[
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
]
,
invalidFiles:
[
string ,
]
,
blobContainerName: string ,
isFullBackupRestored: boolean ,
restoreBlockingReason: string ,
completeRestoreErrorMessage: string ,
fileUploadBlockingErrors:
[
string ,
]
,
currentRestoringFilename: string ,
lastRestoredFilename: string ,
pendingLogBackupsCount: integer ,
}
,
backupConfiguration:
{
sourceLocation:
{
fileShare:
{
path: string ,
username: string ,
password: string ,
}
,
azureBlob:
{
authType: enum ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
storageAccountResourceId: string ,
accountKey: string ,
blobContainerName: string ,
}
,
fileStorageType: string ,
}
,
targetLocation:
{
storageAccountResourceId: string ,
accountKey: string ,
}
,
}
,
offlineConfiguration:
{
offline: boolean ,
lastBackupName: string ,
}
,
}
,
}

⚐ Response (default)

{}
DatabaseMigrationsSqlMi_CreateOrUpdate (new)
Description Create a new database migration to a given SQL Managed Instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
{
resourceGroupName: string ,
managedInstanceName: string ,
targetDbName: string ,
parameters:
{
properties:
{
migrationStatusDetails:
{
migrationState: string ,
fullBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
lastRestoredBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
activeBackupSets:
[
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
]
,
invalidFiles:
[
string ,
]
,
blobContainerName: string ,
isFullBackupRestored: boolean ,
restoreBlockingReason: string ,
completeRestoreErrorMessage: string ,
fileUploadBlockingErrors:
[
string ,
]
,
currentRestoringFilename: string ,
lastRestoredFilename: string ,
pendingLogBackupsCount: integer ,
}
,
backupConfiguration:
{
sourceLocation:
{
fileShare:
{
path: string ,
username: string ,
password: string ,
}
,
azureBlob:
{
authType: enum ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
storageAccountResourceId: string ,
accountKey: string ,
blobContainerName: string ,
}
,
fileStorageType: string ,
}
,
targetLocation:
{
storageAccountResourceId: string ,
accountKey: string ,
}
,
}
,
offlineConfiguration:
{
offline: boolean ,
lastBackupName: string ,
}
,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
migrationStatusDetails:
{
migrationState: string ,
fullBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
lastRestoredBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
activeBackupSets:
[
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
]
,
invalidFiles:
[
string ,
]
,
blobContainerName: string ,
isFullBackupRestored: boolean ,
restoreBlockingReason: string ,
completeRestoreErrorMessage: string ,
fileUploadBlockingErrors:
[
string ,
]
,
currentRestoringFilename: string ,
lastRestoredFilename: string ,
pendingLogBackupsCount: integer ,
}
,
backupConfiguration:
{
sourceLocation:
{
fileShare:
{
path: string ,
username: string ,
password: string ,
}
,
azureBlob:
{
authType: enum ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
storageAccountResourceId: string ,
accountKey: string ,
blobContainerName: string ,
}
,
fileStorageType: string ,
}
,
targetLocation:
{
storageAccountResourceId: string ,
accountKey: string ,
}
,
}
,
offlineConfiguration:
{
offline: boolean ,
lastBackupName: string ,
}
,
}
,
}

⚐ Response (default)

{}

⚐ Response (201)

{
properties:
{
migrationStatusDetails:
{
migrationState: string ,
fullBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
lastRestoredBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
activeBackupSets:
[
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
]
,
invalidFiles:
[
string ,
]
,
blobContainerName: string ,
isFullBackupRestored: boolean ,
restoreBlockingReason: string ,
completeRestoreErrorMessage: string ,
fileUploadBlockingErrors:
[
string ,
]
,
currentRestoringFilename: string ,
lastRestoredFilename: string ,
pendingLogBackupsCount: integer ,
}
,
backupConfiguration:
{
sourceLocation:
{
fileShare:
{
path: string ,
username: string ,
password: string ,
}
,
azureBlob:
{
authType: enum ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
storageAccountResourceId: string ,
accountKey: string ,
blobContainerName: string ,
}
,
fileStorageType: string ,
}
,
targetLocation:
{
storageAccountResourceId: string ,
accountKey: string ,
}
,
}
,
offlineConfiguration:
{
offline: boolean ,
lastBackupName: string ,
}
,
}
,
}
DatabaseMigrationsSqlMi_cancel (new)
Description Stop in-progress database migration to SQL Managed Instance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}/cancel
{
resourceGroupName: string ,
managedInstanceName: string ,
targetDbName: string ,
parameters:
{
migrationOperationId: string ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{}

⚐ Response (202)

{}
DatabaseMigrationsSqlMi_cutover (new)
Description Initiate cutover for in-progress online database migration to SQL Managed Instance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}/cutover
{
resourceGroupName: string ,
managedInstanceName: string ,
targetDbName: string ,
parameters:
{
migrationOperationId: string ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{}

⚐ Response (202)

{}
DatabaseMigrationsSqlVm_Get (new)
Description Retrieve the specified database migration for a given SQL VM.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
{
resourceGroupName: string ,
sqlVirtualMachineName: string ,
targetDbName: string ,
migrationOperationId: string ,
$expand: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
migrationStatusDetails:
{
migrationState: string ,
fullBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
lastRestoredBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
activeBackupSets:
[
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
]
,
invalidFiles:
[
string ,
]
,
blobContainerName: string ,
isFullBackupRestored: boolean ,
restoreBlockingReason: string ,
completeRestoreErrorMessage: string ,
fileUploadBlockingErrors:
[
string ,
]
,
currentRestoringFilename: string ,
lastRestoredFilename: string ,
pendingLogBackupsCount: integer ,
}
,
backupConfiguration:
{
sourceLocation:
{
fileShare:
{
path: string ,
username: string ,
password: string ,
}
,
azureBlob:
{
authType: enum ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
storageAccountResourceId: string ,
accountKey: string ,
blobContainerName: string ,
}
,
fileStorageType: string ,
}
,
targetLocation:
{
storageAccountResourceId: string ,
accountKey: string ,
}
,
}
,
offlineConfiguration:
{
offline: boolean ,
lastBackupName: string ,
}
,
}
,
}

⚐ Response (default)

{}
DatabaseMigrationsSqlVm_CreateOrUpdate (new)
Description Create a new database migration to a given SQL VM.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
{
resourceGroupName: string ,
sqlVirtualMachineName: string ,
targetDbName: string ,
parameters:
{
properties:
{
migrationStatusDetails:
{
migrationState: string ,
fullBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
lastRestoredBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
activeBackupSets:
[
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
]
,
invalidFiles:
[
string ,
]
,
blobContainerName: string ,
isFullBackupRestored: boolean ,
restoreBlockingReason: string ,
completeRestoreErrorMessage: string ,
fileUploadBlockingErrors:
[
string ,
]
,
currentRestoringFilename: string ,
lastRestoredFilename: string ,
pendingLogBackupsCount: integer ,
}
,
backupConfiguration:
{
sourceLocation:
{
fileShare:
{
path: string ,
username: string ,
password: string ,
}
,
azureBlob:
{
authType: enum ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
storageAccountResourceId: string ,
accountKey: string ,
blobContainerName: string ,
}
,
fileStorageType: string ,
}
,
targetLocation:
{
storageAccountResourceId: string ,
accountKey: string ,
}
,
}
,
offlineConfiguration:
{
offline: boolean ,
lastBackupName: string ,
}
,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
migrationStatusDetails:
{
migrationState: string ,
fullBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
lastRestoredBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
activeBackupSets:
[
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
]
,
invalidFiles:
[
string ,
]
,
blobContainerName: string ,
isFullBackupRestored: boolean ,
restoreBlockingReason: string ,
completeRestoreErrorMessage: string ,
fileUploadBlockingErrors:
[
string ,
]
,
currentRestoringFilename: string ,
lastRestoredFilename: string ,
pendingLogBackupsCount: integer ,
}
,
backupConfiguration:
{
sourceLocation:
{
fileShare:
{
path: string ,
username: string ,
password: string ,
}
,
azureBlob:
{
authType: enum ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
storageAccountResourceId: string ,
accountKey: string ,
blobContainerName: string ,
}
,
fileStorageType: string ,
}
,
targetLocation:
{
storageAccountResourceId: string ,
accountKey: string ,
}
,
}
,
offlineConfiguration:
{
offline: boolean ,
lastBackupName: string ,
}
,
}
,
}

⚐ Response (default)

{}

⚐ Response (201)

{
properties:
{
migrationStatusDetails:
{
migrationState: string ,
fullBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
lastRestoredBackupSetInfo:
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
activeBackupSets:
[
{
backupSetId: string ,
firstLSN: string ,
lastLSN: string ,
backupType: string ,
listOfBackupFiles:
[
{
fileName: string ,
status: string ,
totalSize: integer ,
dataRead: integer ,
dataWritten: integer ,
copyThroughput: number ,
copyDuration: integer ,
familySequenceNumber: integer ,
}
,
]
,
backupStartDate: string ,
backupFinishDate: string ,
isBackupRestored: boolean ,
hasBackupChecksums: boolean ,
familyCount: integer ,
ignoreReasons:
[
string ,
]
,
}
,
]
,
invalidFiles:
[
string ,
]
,
blobContainerName: string ,
isFullBackupRestored: boolean ,
restoreBlockingReason: string ,
completeRestoreErrorMessage: string ,
fileUploadBlockingErrors:
[
string ,
]
,
currentRestoringFilename: string ,
lastRestoredFilename: string ,
pendingLogBackupsCount: integer ,
}
,
backupConfiguration:
{
sourceLocation:
{
fileShare:
{
path: string ,
username: string ,
password: string ,
}
,
azureBlob:
{
authType: enum ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
storageAccountResourceId: string ,
accountKey: string ,
blobContainerName: string ,
}
,
fileStorageType: string ,
}
,
targetLocation:
{
storageAccountResourceId: string ,
accountKey: string ,
}
,
}
,
offlineConfiguration:
{
offline: boolean ,
lastBackupName: string ,
}
,
}
,
}
DatabaseMigrationsSqlVm_cancel (new)
Description Stop in-progress database migration to SQL VM.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}/cancel
{
resourceGroupName: string ,
sqlVirtualMachineName: string ,
targetDbName: string ,
parameters:
{
migrationOperationId: string ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{}

⚐ Response (202)

{}
DatabaseMigrationsSqlVm_cutover (new)
Description Initiate cutover for in-progress online database migration to SQL VM.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}/cutover
{
resourceGroupName: string ,
sqlVirtualMachineName: string ,
targetDbName: string ,
parameters:
{
migrationOperationId: string ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{}

⚐ Response (202)

{}
Operations_List (new)
Description Lists all of the available SQL Migration REST API operations.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
properties: object ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{}
MigrationServices_Get (new)
Description Retrieve the Database Migration Service
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices/{migrationServiceName}
{
resourceGroupName: string ,
migrationServiceName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
integrationRuntimeState: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
MigrationServices_CreateOrUpdate (new)
Description Create or Update Database Migration Service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices/{migrationServiceName}
{
resourceGroupName: string ,
migrationServiceName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
integrationRuntimeState: string ,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
integrationRuntimeState: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
integrationRuntimeState: string ,
}
,
}
MigrationServices_Delete (new)
Description Delete Database Migration Service.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices/{migrationServiceName}
{
resourceGroupName: string ,
migrationServiceName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}
MigrationServices_Update (new)
Description Update Database Migration Service.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices/{migrationServiceName}
{
resourceGroupName: string ,
migrationServiceName: string ,
parameters:
{
tags: object ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
integrationRuntimeState: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
}
MigrationServices_ListByResourceGroup (new)
Description Retrieve all migration services in the resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices
{
resourceGroupName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
integrationRuntimeState: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
MigrationServices_ListBySubscription (new)
Description Retrieve all migration services in the subscriptions.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/migrationServices
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
integrationRuntimeState: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
MigrationServices_listMigrations (new)
Description Retrieve the List of database migrations attached to the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/migrationServices/{migrationServiceName}/listMigrations
{
resourceGroupName: string ,
migrationServiceName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
kind: enum ,
scope: string ,
provisioningState: enum ,
migrationStatus: string ,
startedOn: string ,
endedOn: string ,
migrationService: string ,
migrationOperationId: string ,
migrationFailureError:
{
code: string ,
message: string ,
}
,
provisioningError: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SqlMigrationServices_Get (new)
Description Retrieve the Database Migration Service
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
{
resourceGroupName: string ,
sqlMigrationServiceName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
integrationRuntimeState: string ,
}
,
}

⚐ Response (default)

{}
SqlMigrationServices_CreateOrUpdate (new)
Description Create or Update Database Migration Service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
{
resourceGroupName: string ,
sqlMigrationServiceName: string ,
parameters:
{
properties:
{
provisioningState: string ,
integrationRuntimeState: string ,
}
,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
integrationRuntimeState: string ,
}
,
}

⚐ Response (default)

{}

⚐ Response (201)

{
properties:
{
provisioningState: string ,
integrationRuntimeState: string ,
}
,
}
SqlMigrationServices_Delete (new)
Description Delete Database Migration Service.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
{
resourceGroupName: string ,
sqlMigrationServiceName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}
SqlMigrationServices_Update (new)
Description Update Database Migration Service.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}
{
resourceGroupName: string ,
sqlMigrationServiceName: string ,
parameters:
{
tags: object ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
integrationRuntimeState: string ,
}
,
}

⚐ Response (default)

{}

⚐ Response (201)

{
properties:
{
provisioningState: string ,
integrationRuntimeState: string ,
}
,
}
SqlMigrationServices_ListByResourceGroup (new)
Description Retrieve all SQL migration services in the resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices
{
resourceGroupName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
integrationRuntimeState: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{}
SqlMigrationServices_listAuthKeys (new)
Description Retrieve the List of Authentication Keys for Self Hosted Integration Runtime.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listAuthKeys
{
resourceGroupName: string ,
sqlMigrationServiceName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
authKey1: string ,
authKey2: string ,
}

⚐ Response (default)

{}
SqlMigrationServices_regenerateAuthKeys (new)
Description Regenerate a new set of Authentication Keys for Self Hosted Integration Runtime.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/regenerateAuthKeys
{
resourceGroupName: string ,
sqlMigrationServiceName: string ,
parameters:
{
keyName: string ,
authKey1: string ,
authKey2: string ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
keyName: string ,
authKey1: string ,
authKey2: string ,
}

⚐ Response (default)

{}
SqlMigrationServices_deleteNode (new)
Description Delete the integration runtime node.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/deleteNode
{
resourceGroupName: string ,
sqlMigrationServiceName: string ,
parameters:
{
nodeName: string ,
integrationRuntimeName: string ,
}
,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
nodeName: string ,
integrationRuntimeName: string ,
}

⚐ Response (default)

{}
SqlMigrationServices_listMigrations (new)
Description Retrieve the List of database migrations attached to the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listMigrations
{
resourceGroupName: string ,
sqlMigrationServiceName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
sourceSqlConnection:
{
dataSource: string ,
authentication: string ,
userName: string ,
password: string ,
encryptConnection: boolean ,
trustServerCertificate: boolean ,
}
,
sourceDatabaseName: string ,
sourceServerName: string ,
targetDatabaseCollation: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{}
SqlMigrationServices_listMonitoringData (new)
Description Retrieve the registered Integration Runtime nodes and their monitoring data for a given Database Migration Service.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listMonitoringData
{
resourceGroupName: string ,
sqlMigrationServiceName: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
nodes:
[
{
additionalProperties: object ,
nodeName: string ,
availableMemoryInMB: integer ,
cpuUtilization: integer ,
concurrentJobsLimit: integer ,
concurrentJobsRunning: integer ,
maxConcurrentJobs: integer ,
sentBytes: number ,
receivedBytes: number ,
}
,
]
,
}

⚐ Response (default)

{}
SqlMigrationServices_ListBySubscription (new)
Description Retrieve all SQL migration services in the subscriptions.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/sqlMigrationServices
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
integrationRuntimeState: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{}