Submitted by PatTzZ on Wed, 01/21/2015 - 10:13 Pro Licensee
Hi!
Is it a clean and safe way to clone a virtual server from API ?
What you suggest me to do?
Thanks in advance for your help!
Status:
Active
Hi!
Is it a clean and safe way to clone a virtual server from API ?
What you suggest me to do?
Thanks in advance for your help!
Comments
Submitted by andreychek on Wed, 01/21/2015 - 10:21 Comment #1
Howdy -- yup, it's no problem to use the Virtualmin command line tools for interacting with Virtualmin, including cloning domains.
You can see the various clone domain options by running this command as root:
virtualmin clone-domain
Submitted by PatTzZ on Wed, 01/21/2015 - 10:34 Pro Licensee Comment #2
Thanks for your fast reply.
It it also possible from http requests ?
Submitted by andreychek on Wed, 01/21/2015 - 11:01 Comment #3
Sure, that same API is available via HTTP using the Remote API:
https://www.virtualmin.com/documentation/developer/http
Submitted by PatTzZ on Wed, 01/21/2015 - 12:36 Pro Licensee Comment #4
Thanks!