Skip to main content

Update DB2 Instance Properties

Select

SaaS
Customer Managed

This operation is used to update DB2 instance properties

Path Parameters
  • InstanceID integer required

    ID of the instance

Request Body
  • association object
  • entity object[]
  • instanceId integer

    ID of the instance

  • instanceName string

    Name of the instance

  • applicationId integer

    Possible values: [62, 37]

    application ID for DB2 Unix is 62 and application ID for DB2 windows is 37

  • clientId integer

    ID of the client

  • clientName string

    Name of the client

  • commCellId integer
  • instanceProperties object required

    pass the properties that needs to be updated in this object

  • instance object
  • instanceId integer
  • instanceName string
  • applicationId integer
  • clientId integer
  • clientName string
  • commCellId integer
  • planEntity object

    pass this object to update plan of the instance

  • planId integer

    Id of the new plan

  • db2Instance object

    pass this object to update db2 home directory or the user details

  • homeDirectory string

    pass the new home directory for db2 instance

  • userAccount object

    pass this object if the user details needs to be changed for the instance

  • userName string

    username to connect to specified instance

  • password string

    Base64 encoded password

  • newName string

    New instance name

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