How to Create new Xen Instance using remote api

2 posts / 0 new
Last post
#1 Wed, 10/01/2014 - 02:45
GvSubhu

How to Create new Xen Instance using remote api

Hi,

I try to create new xen instance (domain) using remote api. Any one please help me how to create it.

Example : i used below url. but i dont know waht are the parameter to passed here. https://hostname:10000/server-manager/remote.cgi?program=

Wed, 10/01/2014 - 10:28
andreychek

Howdy,

What you may want to do is to get that working using the command line API, and once that works, convert that to a call using the remote API (which uses the same parameters).

You can see all the options for "create-system" here:

https://www.virtualmin.com/documentation/cloudmin/devel/cli/create_system

To get started, you could try running this command:

cloudmin create-system --type xen --help

There are also some examples in the above documentation though.

-Eric

Topic locked