VMware Cloud Community
Sharanappa_B
Contributor
Contributor

Export all exisitng package from vCO6.1 and Import into vRO7

Is it possible to Export all exisitng workflows from vCO6.1 and Import into vRO7 as package?

if yes, could someone please help with steps.

this great help and highly appricateable.

Reply
0 Kudos
2 Replies
koushik_vmware
Enthusiast
Enthusiast

Dear,

Yes, it is possible. But before that you need to make sure that what kind of Plug-in API used in your WF/Actions. You also need to check if there is any changes on that API in vRO7.  If there is any changes in the API, you need to make change that things in you WF/Actions also.

For example, There is some changes in SOAP plug-in in vRO7. So you need to check that changes at your end. Please let me know if this helps you out.

Thanks,                                                                                                                                                                Koushik

Reply
0 Kudos
pizzle85
Expert
Expert

Exporting and Importing vRA 7 XaaS Objects

Use the following command to import a 6.2.x package into vRealize Automation 7.0.

curl --insecure -X POST -H"Authorization: Bearer $token"-H"Content-Type: multipart/form-data"-F"file=@XaaSContent.zip"-F"prefix=prefix_"-F"prefixOnlyConflicting=true"' https://$host/advanced-designer-service/api/content/bundles'


Use the following command to export an XaaS package as a .zip file.

curl -X PUT -H"Authorization: Bearer $token"-H"Content-Type: application/json"-d'{"jsonAccepted" : true, "tenantId" : "qe", "data" : [] }'' https://$host/advanced-designer-service/api/content/bundles/filters'

Reply
0 Kudos