Skip to main content

Create instance​

This API creates AWS PaaS Database Instance for MySQL or Aurora MySQL.

All the databases in the MySQL instance will be backed up after creation.

Request Body
  • instanceProperties object
  • instance object required
  • instanceName string

    Name of the instance

  • applicationId integer

    Default value: 104

  • clientName string

    Name of the cloud Account

  • version string

    Database instance version

  • mySqlInstance object required
  • port string

    It must be specified in hostname:port format. The cluster writer/reader endpoint must be mentioned for Aurora instances.

  • EnableAutoDiscovery boolean

    Default value: true

  • SAUser object required
  • userName string

    Database username

  • password string

    Database password in base 64 encoded format

  • version string

    Database instance version

  • cloudDBEngineType string

    Possible values: [AURORA_MYSQL, MYSQL]

  • sslEnabled boolean

    Default is false

  • sslCa string

    Path to SSL CA file on the Access Node

  • planEntity object required
  • planName string

    Name of the plan

  • dbEngine string required

    Possible values: [aurora-mysql, mysql]

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object
  • warningCode integer
  • errorCode integer
  • warningMessage string
  • entity object
  • subclientId integer
  • clientId integer
  • instanceName string
  • instanceId integer
  • _type_ integer
Loading...