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@redhat.com>
Cc: Pavan Chavva <pchavva@redhat.com>; Nisan, Tal <tnisan@redhat.com>; Erin Howrigan <ehowriga@redhat.com>; Adelino Barbosa <adbarbos@redhat.com>; devel <devel@ovirt.org>; Navin Tah <Navin.Tah@veritas.com>; Abhay Marode <Abhay.Marode@veritas.com>; James Olson <James.Olson@veritas.com>; Ranjit DSouza <Ranjit.DSouza@veritas.com>; Daniel Erez <derez@redhat.com>; Suchitra Herwadkar <Suchitra.Herwadkar@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