Hi,
I am new to vCAC. I am doing R&D for a project where I need integrate (add as new vender) the X public cloud into vCAC 6.0 as a vender. The public cloud I have does supports all its operation top-end via REST APIs.
Based on going through different topics, as per my understanding I think I can achieve this in two different ways,
- Through vCAC vCO integration.
- In this approach I add vCO as my new endpoint for my public cloud, and then add different workflows to integrate to my public cloud.
- Second approach add new sub model.
- vCAC exposes its data model via ODATA.
- Extend ManagementModelEntities.svc and create MyPublicCloud_ ManagementModelEntities.svc
I looking for more details about second approach where I could create sub model similar to amazon cloud. Could anyone help in this!
Thanks