Hello,
Is it possible to bind CloudStack host object provided by CloudStack
API with VMWare host object provided by VMWare API (or MOB)?
Does CloudStack store somewhere "external" UUIDs?
I see that UUIDs are different, only host names are same. But host
name is not unique
CloudStack API:
<host>
<id>d58bfab1-e169-460f-b98f-c62b8dd9ef60</id>
<name>some.host.acme.com</name>
<state>Up</state>
<type>Routing</type>
VMware:
name string "some.host.acme.com"
uuid string "564d2545-2480-c18b-fced-87cd460dc16b"
Thanks, Igor