On 12.02.14 22:55, Itamar Heim wrote: > On 02/12/2014 03:14 PM, Tejesh M wrote: > >Hi, > > > >Can anyone share sample code on how to assign IP address to guest os & > >changing the root password while creating VM from Template using Java SDK? Hi Tejesh, You should start here: http://www.ovirt.org/Api This link will explain the basics for fetching VM via the API using HTTP via curl command line.
Every VM have a collection of networks and manipulating them can be seeing here with the REST API examples: http://www.ovirt.org/Features/Design/Network/SetupNetworks#REST the section for you is "Attaching a network to a NIC" under the REST category. Shahar Havivi. > > > > > >-- > >Thanks & Regards > >Lucky > > > > > >_______________________________________________ > >rhevm-api mailing list > >[email protected] > >https://lists.fedorahosted.org/mailman/listinfo/rhevm-api > > > > this list isn't used any more, moving to [email protected] _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

