Tratamos los datos que nos proporcionas a través de los medios de contacto que te facilitamos en nuestra web con la finalidad de atender las solicitudes que nos envías. Estamos legitimados para tratarlos porque tenemos interés legítimo en gestionar las solicitudes que nos planteas. [+
info]
Addressees
No compartimos tus datos con terceros, salvo por obligación legal. [+
info]
Derechos
Puedes oponerte al tratamiento, así como otros derechos de los que te informamos en la información adicional. [+
info]
Generates and returns a ticket for creating an unmanaged VPS in a dedicated server. The ticket status can be consulted with the command \'Dedicated_ForVps_GetTicketStatus\'.
Please note this command has a delayed execution and it'll return SUCCESS_PENDING code on success and a ticket id (integer) on the data field.
serverName(string): Server name. The parameter is required.
alias(string): VPS alias. The parameter is optional.
description(string): VPS description. The parameter is optional.
diskImage(string): Image disk. Use the command 'Dedicated_ForVps_Vps_GetTypes' to get a list of available images. The parameter is required.
vcpusCount(int): Number of vcpus. The parameter is required. Parameter value must be a valid integer. Parameter value must be between values 1 and 4 inclusive.
ram(int): RAM (MB). Use the command 'Dedicated_ForVps_GetServerInfo' to check the available RAM. The parameter is required. Parameter value must be a valid integer. Parameter value must be greater or equal than 512.
diskSpace(int): Disk space (GB). Use the command 'Dedicated_ForVps_GetServerInfo' to check the available space. The parameter is required. Parameter value must be a valid integer. Parameter value must be greater or equal than 10.
transferLimit(int): Transfer limit (GB). Set empty for unlimited. Use the command 'Dedicated_ForVps_GetServerInfo' to check the avaliable transfer limit. The parameter is optional.
Tipo de datos de respuesta
int
Información adicional
El modo de simulación no se aplica plenamente este comando.