| ||
| detail: element | attribute | value | ||
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,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| domain_name | xsd:string | false | false | The label you want to give the server. It will need to be a fully qualified domain name (FQDN). e.g. | |
| vps_order_oid_to_clone | xsd:long | false | false | Select 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. |
| ||
| detail: element | attribute | value | ||