GET Migration/Progress/{id}/{type}
Get item type migration information
Request Information
Header Parameters
Name | Description | Additional information |
---|---|---|
X-OVH-Authorization | Source mail of the migration |
None. |
Parameters
Name | Description | Additional information |
---|---|---|
id | Id of the migration |
Define this parameter in the request URI. |
type |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Id": 1, "Type": 0, "OverallResult": 0, "NbItemsToMigrate": 2, "NbItemsMigrated": 3, "NbItemsInError": 4, "NbItemsInWarning": 5, "TotalItems": 6, "PercentProgress": 7.1, "LastCountUpdate": "2021-01-20T17:57:19.1167241+01:00" }
application/xml, text/xml
Sample:
<BasicInfos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OVH.MailMigrator.Web.Model"> <Id>1</Id> <LastCountUpdate>2021-01-20T17:57:19.1167241+01:00</LastCountUpdate> <NbItemsInError>4</NbItemsInError> <NbItemsInWarning>5</NbItemsInWarning> <NbItemsMigrated>3</NbItemsMigrated> <NbItemsToMigrate>2</NbItemsToMigrate> <OverallResult>Unknown</OverallResult> <PercentProgress>7.1</PercentProgress> <TotalItems>6</TotalItems> <Type>Mail</Type> </BasicInfos>