Modify Sybase Subclient
Select
SaaS
Customer Managed
This operation modifies the subclient properties for a given subclient
Path Parameters
- subclientId string required
ID of the subclient
- application/json
Request Body
subClientProperties object
association object
- excludeFromSLA boolean
True if subclient is to be excluded from SLA
- excludedReason string
Reason for excluding subclient
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
- Example 2
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"
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": ""
}
]
}
Bad Request
Unauthorized
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": {
"entityInfo": {
"companyId": "string",
"companyName": "string"
},
"planId": "string",
"planName": "string"
},
"commonProperties": {
"snapCopyInfo": {
"snapToTapeProxyToUse": {
"clientId": 0,
"clientName": "string"
},
"snapToTapeSelectedEngine": {
"snapShotEngineId": 0,
"snapShotEngineName": "string"
},
"isSnapBackupEnabled": true,
"useSeparateProxyForSnapToTape": true
},
"prepostProcess": {
"preBackupCommand": "string",
"postBackupCommand": "string",
"runPostScan": "string",
"runPostBackup": "string",
"runAs": "string",
"prepostUserName": {
"userName": "string",
"password": "string"
}
}
},
"content": [
{
"sybaseContent": {
"databaseName": "string"
}
}
],
"contentOperationType": "OVERWRITE"
},
"association": {
"entity": [
{
"subclientId": 0,
"clientId": 0,
"applicationId": 5,
"instanceId": 0,
"subclientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
},
"instanceName": "string",
"appName": "Sybase",
"clientName": "string"
}
]
},
"excludeFromSLA": true,
"excludedReason": "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": {
"entityInfo": {
"companyId": "string",
"companyName": "string"
},
"planId": "string",
"planName": "string"
},
"commonProperties": {
"snapCopyInfo": {
"snapToTapeProxyToUse": {
"clientId": 0,
"clientName": "string"
},
"snapToTapeSelectedEngine": {
"snapShotEngineId": 0,
"snapShotEngineName": "string"
},
"isSnapBackupEnabled": true,
"useSeparateProxyForSnapToTape": true
},
"prepostProcess": {
"preBackupCommand": "string",
"postBackupCommand": "string",
"runPostScan": "string",
"runPostBackup": "string",
"runAs": "string",
"prepostUserName": {
"userName": "string",
"password": "string"
}
}
},
"content": [
{
"sybaseContent": {
"databaseName": "string"
}
}
],
"contentOperationType": "OVERWRITE"
},
"association": {
"entity": [
{
"subclientId": 0,
"clientId": 0,
"applicationId": 5,
"instanceId": 0,
"subclientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
},
"instanceName": "string",
"appName": "Sybase",
"clientName": "string"
}
]
},
"excludeFromSLA": true,
"excludedReason": "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": {
"entityInfo": {
"companyId": "string",
"companyName": "string"
},
"planId": "string",
"planName": "string"
},
"commonProperties": {
"snapCopyInfo": {
"snapToTapeProxyToUse": {
"clientId": 0,
"clientName": "string"
},
"snapToTapeSelectedEngine": {
"snapShotEngineId": 0,
"snapShotEngineName": "string"
},
"isSnapBackupEnabled": true,
"useSeparateProxyForSnapToTape": true
},
"prepostProcess": {
"preBackupCommand": "string",
"postBackupCommand": "string",
"runPostScan": "string",
"runPostBackup": "string",
"runAs": "string",
"prepostUserName": {
"userName": "string",
"password": "string"
}
}
},
"content": [
{
"sybaseContent": {
"databaseName": "string"
}
}
],
"contentOperationType": "OVERWRITE"
},
"association": {
"entity": [
{
"subclientId": 0,
"clientId": 0,
"applicationId": 5,
"instanceId": 0,
"subclientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
},
"instanceName": "string",
"appName": "Sybase",
"clientName": "string"
}
]
},
"excludeFromSLA": true,
"excludedReason": "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": {
"entityInfo": {
"companyId": "string",
"companyName": "string"
},
"planId": "string",
"planName": "string"
},
"commonProperties": {
"snapCopyInfo": {
"snapToTapeProxyToUse": {
"clientId": 0,
"clientName": "string"
},
"snapToTapeSelectedEngine": {
"snapShotEngineId": 0,
"snapShotEngineName": "string"
},
"isSnapBackupEnabled": true,
"useSeparateProxyForSnapToTape": true
},
"prepostProcess": {
"preBackupCommand": "string",
"postBackupCommand": "string",
"runPostScan": "string",
"runPostBackup": "string",
"runAs": "string",
"prepostUserName": {
"userName": "string",
"password": "string"
}
}
},
"content": [
{
"sybaseContent": {
"databaseName": "string"
}
}
],
"contentOperationType": "OVERWRITE"
},
"association": {
"entity": [
{
"subclientId": 0,
"clientId": 0,
"applicationId": 5,
"instanceId": 0,
"subclientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
},
"instanceName": "string",
"appName": "Sybase",
"clientName": "string"
}
]
},
"excludeFromSLA": true,
"excludedReason": "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": {
"entityInfo": {
"companyId": "string",
"companyName": "string"
},
"planId": "string",
"planName": "string"
},
"commonProperties": {
"snapCopyInfo": {
"snapToTapeProxyToUse": {
"clientId": 0,
"clientName": "string"
},
"snapToTapeSelectedEngine": {
"snapShotEngineId": 0,
"snapShotEngineName": "string"
},
"isSnapBackupEnabled": true,
"useSeparateProxyForSnapToTape": true
},
"prepostProcess": {
"preBackupCommand": "string",
"postBackupCommand": "string",
"runPostScan": "string",
"runPostBackup": "string",
"runAs": "string",
"prepostUserName": {
"userName": "string",
"password": "string"
}
}
},
"content": [
{
"sybaseContent": {
"databaseName": "string"
}
}
],
"contentOperationType": "OVERWRITE"
},
"association": {
"entity": [
{
"subclientId": 0,
"clientId": 0,
"applicationId": 5,
"instanceId": 0,
"subclientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
},
"instanceName": "string",
"appName": "Sybase",
"clientName": "string"
}
]
},
"excludeFromSLA": true,
"excludedReason": "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": {
"entityInfo": {
"companyId": "string",
"companyName": "string"
},
"planId": "string",
"planName": "string"
},
"commonProperties": {
"snapCopyInfo": {
"snapToTapeProxyToUse": {
"clientId": 0,
"clientName": "string"
},
"snapToTapeSelectedEngine": {
"snapShotEngineId": 0,
"snapShotEngineName": "string"
},
"isSnapBackupEnabled": true,
"useSeparateProxyForSnapToTape": true
},
"prepostProcess": {
"preBackupCommand": "string",
"postBackupCommand": "string",
"runPostScan": "string",
"runPostBackup": "string",
"runAs": "string",
"prepostUserName": {
"userName": "string",
"password": "string"
}
}
},
"content": [
{
"sybaseContent": {
"databaseName": "string"
}
}
],
"contentOperationType": "OVERWRITE"
},
"association": {
"entity": [
{
"subclientId": 0,
"clientId": 0,
"applicationId": 5,
"instanceId": 0,
"subclientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
},
"instanceName": "string",
"appName": "Sybase",
"clientName": "string"
}
]
},
"excludeFromSLA": true,
"excludedReason": "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": {
"entityInfo": {
"companyId": "string",
"companyName": "string"
},
"planId": "string",
"planName": "string"
},
"commonProperties": {
"snapCopyInfo": {
"snapToTapeProxyToUse": {
"clientId": 0,
"clientName": "string"
},
"snapToTapeSelectedEngine": {
"snapShotEngineId": 0,
"snapShotEngineName": "string"
},
"isSnapBackupEnabled": true,
"useSeparateProxyForSnapToTape": true
},
"prepostProcess": {
"preBackupCommand": "string",
"postBackupCommand": "string",
"runPostScan": "string",
"runPostBackup": "string",
"runAs": "string",
"prepostUserName": {
"userName": "string",
"password": "string"
}
}
},
"content": [
{
"sybaseContent": {
"databaseName": "string"
}
}
],
"contentOperationType": "OVERWRITE"
},
"association": {
"entity": [
{
"subclientId": 0,
"clientId": 0,
"applicationId": 5,
"instanceId": 0,
"subclientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
},
"instanceName": "string",
"appName": "Sybase",
"clientName": "string"
}
]
},
"excludeFromSLA": true,
"excludedReason": "string"
}'