Skip to main content

Modify instance

Select

Customer Managed

This operation modifies the instance properties using Instance ID.

Path Parameters
  • instanceId integer required

    Id of the instance

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

    Name of the Instance to be modified

  • applicationId integer

    Default value: 125

  • clientName string

    Name of the cloud account

  • planEntity object required
  • planName string

    Name of the plan

  • postGreSQLInstance object required
  • MaintainenceDB string required
  • port string required

    It must be specified in hostname:port format.

  • SAUser object
  • userName string required

    Database user name

  • password string

    Database password in base 64 encoded format

  • sslOpt object
  • sslEnabled boolean
  • sslCa string

    Path to SSL CA File on AccessNode

  • sslKey string

    Path to Client Key file on the Access Node

  • sslCert string

    Path to SSL Client Cert file on the Access Node

  • version string required

    Database instance version

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...