Skip to content

Commit b510bb0

Browse files
JoanneHendricksonVesaJuvonen
authored andcommitted
Update migration-api-overview.md (SharePoint#4481)
Content update: Added sample on how to call the API through REST.
1 parent bd19ef7 commit b510bb0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/apis/migration-api-overview.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,6 +1438,23 @@ There is no change from current published full 2013 [full 2013 package schema](h
14381438

14391439
There is no change from current published [full 2013 package schema](https://docs.microsoft.com/en-us/sharepoint/dev/schema/content-migration-schemas).
14401440

1441+
## Sample: Using REST to call the API
1442+
1443+
1444+
https://<spam><spam>yourtenanthere.sharepoint.com/sites/importSite/_api/site/CreateMigrationJobEncrypted<spam><spam>
1445+
1446+
{
1447+
"options": {
1448+
"AES256CBCKey": "000000000000000000000000000000000000000000000000000000="
1449+
},
1450+
"gWebId": "00000000-0000-0000-0000-000000000000",
1451+
"azureContainerSourceUri": "https://<spam><spam>tenant.blob.core.windows.net:443/00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000<spam><spam>=rw",
1452+
"azureContainerManifestUri": "https://<spam><spam>tenant.blob.core.windows.net:443/00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000<spam><spam>=rw"
1453+
}
1454+
1455+
For the container
1456+
https://<spam><spam>yourtenanthere.sharepoint.com/sites/importSite/_api/site/ProvisionMigrationContainers<spam><spam>
1457+
14411458

14421459
>[!NOTE]
14431460
>The **Migration API** is not available for users of Office 365 operated by 21Vianet in China. It is also not available for users of Office 365 with the German cloud using the data trustee, *German Telekom*. However, it is supported for users in Germany whose data ___location is not in the German data center.

0 commit comments

Comments
 (0)