Hi Nir and RedHat Team,
Any updates on this?
Thanks & Regards,
Mahesh Falmari
From: Mahesh Falmari
Sent: Tuesday, December 18, 2018 5:16 PM
To: 'Nir Soffer' <nsoffer(a)redhat.com>
Cc: Pavan Chavva <pchavva(a)redhat.com>; Nisan, Tal <tnisan(a)redhat.com>; Erin
Howrigan <ehowriga(a)redhat.com>; Adelino Barbosa <adbarbos(a)redhat.com>; devel
<devel(a)ovirt.org>; Navin Tah <Navin.Tah(a)veritas.com>; Abhay Marode
<Abhay.Marode(a)veritas.com>; James Olson <James.Olson(a)veritas.com>; Ranjit
DSouza <Ranjit.DSouza(a)veritas.com>; Daniel Erez <derez(a)redhat.com>; Suchitra
Herwadkar <Suchitra.Herwadkar(a)veritas.com>
Subject: Adding multiple VM NICs or VM tags in a single request
Hi Nir and RedHat Team,
Would like to confirm if it is possible to create multiple VM tags or multiple VM NICs in
a single POST request. Currently, I could see that a single request creates a single VM
NIC or VM tag for a given virtual machine.
We are using the following APIs but looks like it doesn’t allows us to add multiple VM
NICs or VM tags in a single request. If it is possible, please let us know how the request
body should look like in that case.
POST /vms/{vm:id}/tags
Request body:
<tags>
<name>tag1</name>
</tags>
POST /vms/{vm:id}/nics
Request body:
<nic>
<name>network1</name>
</nic>
Thanks & Regards,
Mahesh Falmari