Modify MSSQL subclient properties
Select
SaaS
Customer Managed
This operation modifies the properties of a MSSQL subclient
Path Parameters
- subclientId string required
Id of the subclient
- application/json
Request Body
subClientProperties object
planEntity object
planId integermssqlSubClientProp object
subclientRecoveryType integernumberOfBackupStreams integernumberOfTransactionLogStreams integeruseBlockLevelBackupWithOptimizedRecovery booleansqlSubclientType stringblockSize integerbackupRules stringbufferCount integerdisableAutoDiscovery booleanmaxTransferSize integerdisableLogConsistencyCheck booleancontent object[]
mssqlDbContent object
databaseName stringcommonProperties object
enableBackupAfterDelay booleanenableBackup booleanencryptionFlag integerdescription stringallowMultipleDataReaders booleanexcludeFromSLA booleansecurity object
associatedUserGroups object[]
userGroupId integeruserGroupName stringenableBackupAtDateTime object
TimeZoneID integertime integerprepostProcess object
runPostBackup integerrunAs integerpostBackupCommand stringpreBackupCommand stringprepostUserName object
userName stringprepostCredentialinfo object
credentialId integercredentialName stringstorageDevice object
networkAgents integerapplicableReadSize integersoftwareCompression integeroverrideDataPath booleanthrottleNetworkBandwidth integerdataPathOperationType integerdataBackupStoragePolicy object
storagePolicyName stringdeDuplicationOptions object
enableDeduplication booleangenerateSignature integerlogBackupStoragePolicy object
storagePolicyName string
Responses
- 200
- 400
- 401
- 422
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
warningCode integererrorCode integerwarningMessage string
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string"
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string"
}
]
}
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
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "string",
"errorCode": 0
}
Unprocessable Entity (WebDAV)
- application/json
- Schema
- Example (from schema)
- Database already exists in content
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Same content[vislxe1] is available in another subclient[71143][SubclientExample]. Please delete the content[vislxe1] from subclient[SubclientExample]",
"errorCode": 17
}
Loading...