Create MSSQL subclient
This operation creates a MSSQL subclient
- application/json
Request Body
subClientProperties object
contentOperationType stringDefault value:
ADDplanEntity object
planId integer requiredID of the plan to be associated
subClientEntity object required
clientName stringClient name
instanceName stringInstance name
displayName stringDisplay name for the client
instanceId integerID of the SQL instance
clientId integerID of the client
appName stringDefault value:
SQL SERVERsubclientName stringName of the subclient to be created
flags objectentityInfo object
companyId integerCompany ID. Pass zero if not associated to a company
companyName stringDefault value:
CommcellCompany name. Pass 'Commcell' if not associated to a company
multiCommcellId integermssqlSubClientProp object
numberOfBackupStreams integerDefault value:
2Number of backup streams
sqlSubclientType integerDefault value:
1blockSize integerDefault value:
65536numberOfTransactionLogStreams integerDefault value:
2backupRules integerDefault value:
3bufferCount integerDefault value:
20maxTransferSize integerDefault value:
2097152content object[] required
mssqlDbContent object
databaseName stringName of database to be added
commonProperties object
enableBackup booleanDefault value:
truedescription stringstorageDevice object
Responses
- 200
- 400
- 401
OK
Bad Request
- application/json
- Schema
- Example
Schema
- string
Request body is empty or format is invalid.
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
Default value:
Access denied - errorCode integer
Default value:
5
{
"errorMessage": "Access denied",
"errorCode": 5
}
{
"errorMessage": "Access denied",
"errorCode": 5
}
Loading...