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