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
Responses
- 200
- 400
- 401
- 422
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
processinginstructioninfo object
response object[]
{
"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
}
POST /subclient/:subclientid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Subclient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"planEntity": {
"planId": 0
},
"mssqlSubClientProp": {
"subclientRecoveryType": 0,
"numberOfBackupStreams": 0,
"numberOfTransactionLogStreams": 0,
"useBlockLevelBackupWithOptimizedRecovery": true,
"sqlSubclientType": "string",
"blockSize": 0,
"backupRules": "string",
"bufferCount": 0,
"disableAutoDiscovery": true,
"maxTransferSize": 0,
"disableLogConsistencyCheck": true
},
"content": [
{
"mssqlDbContent": {
"databaseName": "string"
}
}
],
"commonProperties": {
"enableBackupAfterDelay": true,
"enableBackup": true,
"encryptionFlag": 0,
"description": "string",
"allowMultipleDataReaders": true,
"excludeFromSLA": true,
"security": {
"associatedUserGroups": [
{
"userGroupId": 0,
"userGroupName": "string"
}
]
},
"enableBackupAtDateTime": {
"TimeZoneID": 0,
"time": 0
},
"prepostProcess": {
"runPostBackup": 0,
"runAs": 0,
"postBackupCommand": "string",
"preBackupCommand": "string",
"prepostUserName": {
"userName": "string"
}
},
"prepostCredentialinfo": {
"credentialId": 0,
"credentialName": "string"
},
"storageDevice": {
"networkAgents": 0,
"applicableReadSize": 0,
"softwareCompression": 0,
"overrideDataPath": true,
"throttleNetworkBandwidth": 0,
"dataPathOperationType": 0,
"dataBackupStoragePolicy": {
"storagePolicyName": "string"
},
"deDuplicationOptions": {
"enableDeduplication": true,
"generateSignature": 0
},
"logBackupStoragePolicy": {
"storagePolicyName": "string"
}
}
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Subclient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"planEntity": {
"planId": 0
},
"mssqlSubClientProp": {
"subclientRecoveryType": 0,
"numberOfBackupStreams": 0,
"numberOfTransactionLogStreams": 0,
"useBlockLevelBackupWithOptimizedRecovery": true,
"sqlSubclientType": "string",
"blockSize": 0,
"backupRules": "string",
"bufferCount": 0,
"disableAutoDiscovery": true,
"maxTransferSize": 0,
"disableLogConsistencyCheck": true
},
"content": [
{
"mssqlDbContent": {
"databaseName": "string"
}
}
],
"commonProperties": {
"enableBackupAfterDelay": true,
"enableBackup": true,
"encryptionFlag": 0,
"description": "string",
"allowMultipleDataReaders": true,
"excludeFromSLA": true,
"security": {
"associatedUserGroups": [
{
"userGroupId": 0,
"userGroupName": "string"
}
]
},
"enableBackupAtDateTime": {
"TimeZoneID": 0,
"time": 0
},
"prepostProcess": {
"runPostBackup": 0,
"runAs": 0,
"postBackupCommand": "string",
"preBackupCommand": "string",
"prepostUserName": {
"userName": "string"
}
},
"prepostCredentialinfo": {
"credentialId": 0,
"credentialName": "string"
},
"storageDevice": {
"networkAgents": 0,
"applicableReadSize": 0,
"softwareCompression": 0,
"overrideDataPath": true,
"throttleNetworkBandwidth": 0,
"dataPathOperationType": 0,
"dataBackupStoragePolicy": {
"storagePolicyName": "string"
},
"deDuplicationOptions": {
"enableDeduplication": true,
"generateSignature": 0
},
"logBackupStoragePolicy": {
"storagePolicyName": "string"
}
}
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Subclient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"planEntity": {
"planId": 0
},
"mssqlSubClientProp": {
"subclientRecoveryType": 0,
"numberOfBackupStreams": 0,
"numberOfTransactionLogStreams": 0,
"useBlockLevelBackupWithOptimizedRecovery": true,
"sqlSubclientType": "string",
"blockSize": 0,
"backupRules": "string",
"bufferCount": 0,
"disableAutoDiscovery": true,
"maxTransferSize": 0,
"disableLogConsistencyCheck": true
},
"content": [
{
"mssqlDbContent": {
"databaseName": "string"
}
}
],
"commonProperties": {
"enableBackupAfterDelay": true,
"enableBackup": true,
"encryptionFlag": 0,
"description": "string",
"allowMultipleDataReaders": true,
"excludeFromSLA": true,
"security": {
"associatedUserGroups": [
{
"userGroupId": 0,
"userGroupName": "string"
}
]
},
"enableBackupAtDateTime": {
"TimeZoneID": 0,
"time": 0
},
"prepostProcess": {
"runPostBackup": 0,
"runAs": 0,
"postBackupCommand": "string",
"preBackupCommand": "string",
"prepostUserName": {
"userName": "string"
}
},
"prepostCredentialinfo": {
"credentialId": 0,
"credentialName": "string"
},
"storageDevice": {
"networkAgents": 0,
"applicableReadSize": 0,
"softwareCompression": 0,
"overrideDataPath": true,
"throttleNetworkBandwidth": 0,
"dataPathOperationType": 0,
"dataBackupStoragePolicy": {
"storagePolicyName": "string"
},
"deDuplicationOptions": {
"enableDeduplication": true,
"generateSignature": 0
},
"logBackupStoragePolicy": {
"storagePolicyName": "string"
}
}
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Subclient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"planEntity": {
"planId": 0
},
"mssqlSubClientProp": {
"subclientRecoveryType": 0,
"numberOfBackupStreams": 0,
"numberOfTransactionLogStreams": 0,
"useBlockLevelBackupWithOptimizedRecovery": true,
"sqlSubclientType": "string",
"blockSize": 0,
"backupRules": "string",
"bufferCount": 0,
"disableAutoDiscovery": true,
"maxTransferSize": 0,
"disableLogConsistencyCheck": true
},
"content": [
{
"mssqlDbContent": {
"databaseName": "string"
}
}
],
"commonProperties": {
"enableBackupAfterDelay": true,
"enableBackup": true,
"encryptionFlag": 0,
"description": "string",
"allowMultipleDataReaders": true,
"excludeFromSLA": true,
"security": {
"associatedUserGroups": [
{
"userGroupId": 0,
"userGroupName": "string"
}
]
},
"enableBackupAtDateTime": {
"TimeZoneID": 0,
"time": 0
},
"prepostProcess": {
"runPostBackup": 0,
"runAs": 0,
"postBackupCommand": "string",
"preBackupCommand": "string",
"prepostUserName": {
"userName": "string"
}
},
"prepostCredentialinfo": {
"credentialId": 0,
"credentialName": "string"
},
"storageDevice": {
"networkAgents": 0,
"applicableReadSize": 0,
"softwareCompression": 0,
"overrideDataPath": true,
"throttleNetworkBandwidth": 0,
"dataPathOperationType": 0,
"dataBackupStoragePolicy": {
"storagePolicyName": "string"
},
"deDuplicationOptions": {
"enableDeduplication": true,
"generateSignature": 0
},
"logBackupStoragePolicy": {
"storagePolicyName": "string"
}
}
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Subclient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"planEntity": {
"planId": 0
},
"mssqlSubClientProp": {
"subclientRecoveryType": 0,
"numberOfBackupStreams": 0,
"numberOfTransactionLogStreams": 0,
"useBlockLevelBackupWithOptimizedRecovery": true,
"sqlSubclientType": "string",
"blockSize": 0,
"backupRules": "string",
"bufferCount": 0,
"disableAutoDiscovery": true,
"maxTransferSize": 0,
"disableLogConsistencyCheck": true
},
"content": [
{
"mssqlDbContent": {
"databaseName": "string"
}
}
],
"commonProperties": {
"enableBackupAfterDelay": true,
"enableBackup": true,
"encryptionFlag": 0,
"description": "string",
"allowMultipleDataReaders": true,
"excludeFromSLA": true,
"security": {
"associatedUserGroups": [
{
"userGroupId": 0,
"userGroupName": "string"
}
]
},
"enableBackupAtDateTime": {
"TimeZoneID": 0,
"time": 0
},
"prepostProcess": {
"runPostBackup": 0,
"runAs": 0,
"postBackupCommand": "string",
"preBackupCommand": "string",
"prepostUserName": {
"userName": "string"
}
},
"prepostCredentialinfo": {
"credentialId": 0,
"credentialName": "string"
},
"storageDevice": {
"networkAgents": 0,
"applicableReadSize": 0,
"softwareCompression": 0,
"overrideDataPath": true,
"throttleNetworkBandwidth": 0,
"dataPathOperationType": 0,
"dataBackupStoragePolicy": {
"storagePolicyName": "string"
},
"deDuplicationOptions": {
"enableDeduplication": true,
"generateSignature": 0
},
"logBackupStoragePolicy": {
"storagePolicyName": "string"
}
}
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Subclient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"planEntity": {
"planId": 0
},
"mssqlSubClientProp": {
"subclientRecoveryType": 0,
"numberOfBackupStreams": 0,
"numberOfTransactionLogStreams": 0,
"useBlockLevelBackupWithOptimizedRecovery": true,
"sqlSubclientType": "string",
"blockSize": 0,
"backupRules": "string",
"bufferCount": 0,
"disableAutoDiscovery": true,
"maxTransferSize": 0,
"disableLogConsistencyCheck": true
},
"content": [
{
"mssqlDbContent": {
"databaseName": "string"
}
}
],
"commonProperties": {
"enableBackupAfterDelay": true,
"enableBackup": true,
"encryptionFlag": 0,
"description": "string",
"allowMultipleDataReaders": true,
"excludeFromSLA": true,
"security": {
"associatedUserGroups": [
{
"userGroupId": 0,
"userGroupName": "string"
}
]
},
"enableBackupAtDateTime": {
"TimeZoneID": 0,
"time": 0
},
"prepostProcess": {
"runPostBackup": 0,
"runAs": 0,
"postBackupCommand": "string",
"preBackupCommand": "string",
"prepostUserName": {
"userName": "string"
}
},
"prepostCredentialinfo": {
"credentialId": 0,
"credentialName": "string"
},
"storageDevice": {
"networkAgents": 0,
"applicableReadSize": 0,
"softwareCompression": 0,
"overrideDataPath": true,
"throttleNetworkBandwidth": 0,
"dataPathOperationType": 0,
"dataBackupStoragePolicy": {
"storagePolicyName": "string"
},
"deDuplicationOptions": {
"enableDeduplication": true,
"generateSignature": 0
},
"logBackupStoragePolicy": {
"storagePolicyName": "string"
}
}
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Subclient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"planEntity": {
"planId": 0
},
"mssqlSubClientProp": {
"subclientRecoveryType": 0,
"numberOfBackupStreams": 0,
"numberOfTransactionLogStreams": 0,
"useBlockLevelBackupWithOptimizedRecovery": true,
"sqlSubclientType": "string",
"blockSize": 0,
"backupRules": "string",
"bufferCount": 0,
"disableAutoDiscovery": true,
"maxTransferSize": 0,
"disableLogConsistencyCheck": true
},
"content": [
{
"mssqlDbContent": {
"databaseName": "string"
}
}
],
"commonProperties": {
"enableBackupAfterDelay": true,
"enableBackup": true,
"encryptionFlag": 0,
"description": "string",
"allowMultipleDataReaders": true,
"excludeFromSLA": true,
"security": {
"associatedUserGroups": [
{
"userGroupId": 0,
"userGroupName": "string"
}
]
},
"enableBackupAtDateTime": {
"TimeZoneID": 0,
"time": 0
},
"prepostProcess": {
"runPostBackup": 0,
"runAs": 0,
"postBackupCommand": "string",
"preBackupCommand": "string",
"prepostUserName": {
"userName": "string"
}
},
"prepostCredentialinfo": {
"credentialId": 0,
"credentialName": "string"
},
"storageDevice": {
"networkAgents": 0,
"applicableReadSize": 0,
"softwareCompression": 0,
"overrideDataPath": true,
"throttleNetworkBandwidth": 0,
"dataPathOperationType": 0,
"dataBackupStoragePolicy": {
"storagePolicyName": "string"
},
"deDuplicationOptions": {
"enableDeduplication": true,
"generateSignature": 0
},
"logBackupStoragePolicy": {
"storagePolicyName": "string"
}
}
}
}
}'