Skip to main content

Add Informix Instance

Select

SaaS
Customer Managed

This operation adds a Informix Instance in Client

Request Body
  • instance object
  • instanceId integer
  • instanceName string required

    Name of the instance

  • applicationId integer required

    Default value: 3

    Application ID

  • clientId integer
  • clientName string

    Name of the client

  • commCellId integer
  • planEntity object
  • planId integer

    Plan ID to be associated to the Instance

  • informixInstance object
  • informixUser object
  • userName string required

    Informix user name

  • informixDir string required

    Informix ho

  • onConfigFile string required

    onconfig file name

  • sqlHostfile string required

    SQLHOSTS file path

  • informixStorageDevice object
  • dataBackupStoragePolicy object
  • storagePolicyId integer
  • commandLineStoragePolicy object
  • storagePolicyId integer
  • logBackupStoragePolicy object
  • storagePolicyId integer
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

    Name of the instance created

  • instanceId integer
  • _type_ integer
POST /instance    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
token
Content-Type
Body

{
"instance": {
"instanceId": 0,
"instanceName": "string",
"applicationId": 3,
"clientId": 0,
"clientName": "string",
"commCellId": 0
},
"planEntity": {
"planId": 0
},
"informixInstance": {
"informixUser": {
"userName": "string"
},
"informixDir": "string",
"onConfigFile": "string",
"sqlHostfile": "string",
"informixStorageDevice": {
"dataBackupStoragePolicy": {
"storagePolicyId": 0
},
"commandLineStoragePolicy": {
"storagePolicyId": 0
},
"logBackupStoragePolicy": {
"storagePolicyId": 0
}
}
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Instance' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"instance": {
"instanceId": 0,
"instanceName": "string",
"applicationId": 3,
"clientId": 0,
"clientName": "string",
"commCellId": 0
},
"planEntity": {
"planId": 0
},
"informixInstance": {
"informixUser": {
"userName": "string"
},
"informixDir": "string",
"onConfigFile": "string",
"sqlHostfile": "string",
"informixStorageDevice": {
"dataBackupStoragePolicy": {
"storagePolicyId": 0
},
"commandLineStoragePolicy": {
"storagePolicyId": 0
},
"logBackupStoragePolicy": {
"storagePolicyId": 0
}
}
}
}'