These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for How to Create new Xen Instance using remote api on the new forum.
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=
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