Create Instance
Select
SaaS
Customer Managed
This operation creates a Sybase Instance
- application/json
Request Body
instanceProperties object
instance object
clientName string requiredName of the Client
applicationId integer requiredDefault value:
5 for Sybase
Application ID
instanceId integer requiredDefault value:
-1
Instance Id
instanceName string requiredName of the Instance
clientId integer requiredClient ID
sybaseInstance object
localAdministrator object
userName stringUsername of the local administrator
saUser object
userName stringsa username
password stringBase64 encoded password for sybase server
sybaseHome stringPath of the sybaseHome
sybaseASE stringSybase ASE version
sybaseOCS stringSybase OCS version
configFile stringPath for the configuration File
sharedMemoryDirectory stringPath for the Share Memory Directory
enableAutoDiscovery boolean requiredTrue if you want sybase instance details to be autodiscovered
sybaseBlockSize integer requiredSybase Block size
planEntity object
planId integerID of the plan to be associate
Responses
- 200
- 400
- 401
- 409
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
warningCode integererrorCode integerwarningMessage stringentity object
subclientId integerclientId integerinstanceName stringinstanceId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- object
{}
Unauthorized
Conflict
Loading...