Reference for RimuHosting's Data Structures (as used in our REST-ful APIs)

Name: InstantiationViaCloneData

Options for when you are instantiating a server via clone (vs. new setup).

XML Example:
<InstantiationViaCloneData>
  <domain_name>xsd:string</domain_name>
  <vps_order_oid_to_clone>xsd:long</vps_order_oid_to_clone>
</InstantiationViaCloneData>
JSON Example:
{"InstantiationViaCloneData":
 {
   "domain_name": String,
   "vps_order_oid_to_clone": Number,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
domain_namexsd:stringfalsefalseThe label you want to give the server.  It will need to be a fully qualified domain name (FQDN).  e.g.
vps_order_oid_to_clonexsd:longfalsefalseSelect this if you want the newly setup VPS to be a clone of another VPS you have with us.  We will need to pause (but not restart) the clone source VPS for a few seconds to a few minutes to take the snapshot.