6.1.0

Table Of Contents
System.log("Source tenant: " + sourceHost.tenant);
var contentClientExport = sourceHost.createRestClient(CONTENT_MANAGEMENT_SERVICE);
System.log("Exporting...");
content = contentClientExport.getFile("content");
System.log("Export successful");
System.log("Target host: " + targetHost.url);
System.log("Target tenant: " + targetHost.tenant);
var contentClientImport = targetHost.createRestClient(CONTENT_MANAGEMENT_SERVICE);
System.log("Importing...");
contentClientImport.postFile("content", content);
System.log("Import successful");
Using the vCenter Orchestrator Plug-In for vCloud Automation Center 6.1
30 VMware, Inc.