Para poder desfrutares do site precisas dum navegador mais recente e seguro. Para mais informação, revisa as atualizações de Internet Explorer.
 Não se pode cadastrar este serviço. Contacta com Suporte

API da dinahosting

Todos os comandos de que necessitar
Se tiveres dúvidas, ajudamos-te de graça

api.cta__h1

API dinahosting

Todos los comandos que necesitas para implementar tu propia plataforma de venta y gestión de dominios, alojamiento web, VPS... usando tu interfaz, automatizando y planificando acciones sobre uno o varios servicios.

  • API en PDF

    Download Fecha de actualización: 04/12/2025 08:30:37
  • Librería de archivos

    Download Dinahosting HTTP_Request libary files

Documentación de la API

A continuación se muestra la documentación completa de la API de dinahosting y la lista de comandos disponibles. Cada comando incluye una descripción detallada de su funcionamiento, los parámetros que admite y los posibles tipos de respuesta.

Al seleccionar un comando, se mostrará también un generador de peticiones y un simulador de respuesta, que te permitirán probar cómo invocar la API y visualizar la respuesta real que devuelve el servidor.

Lista de comandos

Lista de erros

Hosting_Import_ApplyForDdbb

Apply for a database import to your hosting.
1.0 -> 1.1: Removed unused parameter.
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.
Version: 1.1
Special errors:
OBJECT_EXISTS If destination mysql ddbb cannot be created because already exists.
OBJECT_NOT_EXISTS If destination mysql ddbb doesn't exists.

Parameters

  • hosting (string): Destination hosting name. The parameter is required.
  • originDdbbName (string): Origin database name. The parameter is required. Parameter value must be a valid database name. Parameter length must be between 1 and 64 characters. It can contain only alphanumeric or underscore chars. String must start with a alphabetical char and contain at least one numeric char.
  • originUser (string): Origin user name. The parameter is required. Parameter length must be between 1 and 16 characters.
  • originPassword (string): Origin user password. The parameter is required. Parameter length must be between 1 and 255 characters.
  • originServer (string): Origin server hostname or IP with (or without) port. Default port: 3306. The parameter is required.
  • create (bool): Create destination DDBB. The parameter is optional. Parameter value must be a boolean ( true or false ).
  • destinationDdbbName (string): Destination new database name. If it's empty, we'll use originDdbbName as the destination database name. The parameter is optional. Parameter value must be a valid database name. Parameter length must be between 1 and 64 characters. It can contain only alphanumeric or underscore chars. String must start with a alphabetical char and contain at least one numeric char.
  • destinationUser (string): Destination new user name. If it's empty, we'll use originUser as the destination user name on creation. The parameter is optional. Parameter length must be between 0 and 16 characters.
  • destinationPassword (string): Only used if create is true. Destination user password. If it's empty, we'll use originPassword as the destination password on creation. The parameter is optional. Parameter length must be between 0 and 16 characters.
  • notificationMail (string): Email address for a notification. The parameter is optional. Parameter value must be a valid email address.

Tipo de datos de respuesta

int

Generador de código

Genera fácilmente el código completo de tu petición en distintos lenguajes.

Destination hosting name.

Origin database name.

Origin user name.

Origin user password.

Origin server hostname or IP with (or without) port. Default port: 3306.

Create destination DDBB.

Destination new database name. If it's empty, we'll use originDdbbName as the destination database name.

Destination new user name. If it's empty, we'll use originUser as the destination user name on creation.

Only used if create is true. Destination user password. If it's empty, we'll use originPassword as the destination password on creation.

Email address for a notification.

 
 

Simulador

Prueba tu petición y obtén al instante una respuesta simulada de ejemplo.

Destination hosting name.

Origin database name.

Origin user name.

Origin user password.

Origin server hostname or IP with (or without) port. Default port: 3306.

Create destination DDBB.

Destination new database name. If it's empty, we'll use originDdbbName as the destination database name.

Destination new user name. If it's empty, we'll use originUser as the destination user name on creation.

Only used if create is true. Destination user password. If it's empty, we'll use originPassword as the destination password on creation.

Email address for a notification.