| ||
| detail: element | attribute | value | ||
XML Example:<InstantiationData> <control_panel>xsd:string</control_panel> <distro>xsd:string</distro> <domain_name>xsd:string</domain_name> <password>xsd:string</password> </InstantiationData> | JSON Example:{"InstantiationData":
{
"control_panel": String,
"distro": String,
"domain_name": String,
"password": String,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| control_panel | xsd:string | false | false | The control panel to install on the VPS. Currently only webmin is installable manually. TODO: have an enum for the available values. Currently null/empty string works. For none. Or webmin. | |
| distro | xsd:string | false | false | See the distros resource for valid distro options. | |
| 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. | |
| password | xsd:string | false | false | The password to use when setting up the server. If not provided we will set a random one. |
| ||
| detail: element | attribute | value | ||