Is this the correct way to set the Vmxnet3 property for a VMware template
via the API?

It does not seem to be working even though it seems to be accepted via the
API.  Any ideas?

http://10.10.90.41:8080/client/api?account=masteruser%40DEV&domainid=e3d90052-56b6-4cd5-a5be-dc34ee461755&name=migrate-me-2008R2-disk1&format=OVA&url=http%3A%2F%2F10.10.90.251%3A80%2Fmigrate-me-2008R2-disk1.ova&hypervisor=VMware&zoneid=f0bcb52b-2487-453e-8bcd-b82d56dc6e1b&apiKey=9-UVwC7DeAjLggZFyqhtC_IwqvH_40YNz0rJjBuwS666AVqevbj4Ajk2HDduaEdWxo3O_stNKGrFvSZDj_Nx6g&displaytext=migrate-me-2008R2-disk1&ostypeid=30f531a4-c467-11e5-bcaa-0050569856f2&details[0].value=Vmxnet3&command=registerTemplate&response=json&details[0].key=nicAdapterType&signature=OIaO2O/O2bZOs5790p0Enl83LwI%3D

response:
{ u'count': 1,
  u'template': [ { u'account': u'masteruser@DEV',
                   u'created': u'2016-03-30T04:16:04+0000',
                   u'crossZones': False,
                   u'details': { u'key': u'nicAdapterType',
                                 u'value': u'Vmxnet3'},
                   u'displaytext': u'migrate-me-2008R2-disk1',
                   u'domain': u'AA000002',
                   u'domainid': u'e3d90052-56b6-4cd5-a5be-dc34ee461755',
                   u'format': u'OVA',
                   u'hypervisor': u'VMware',
                   u'id': u'f34cb95d-5b0b-4b53-9690-399108fff940',
                   u'isdynamicallyscalable': False,
                   u'isextractable': False,
                   u'isfeatured': False,
                   u'ispublic': False,
                   u'isready': False,
                   u'name': u'migrate-me-2008R2-disk1',
                   u'ostypeid': u'30f531a4-c467-11e5-bcaa-0050569856f2',
                   u'ostypename': u'Other (64-bit)',
                   u'passwordenabled': False,
                   u'sshkeyenabled': False,
                   u'status': u'',
                   u'tags': [],
                   u'templatetype': u'USER',
                   u'zoneid': u'f0bcb52b-2487-453e-8bcd-b82d56dc6e1b',
                   u'zonename': u'InternalCore'}]}

Reply via email to