Create Oracle Subclient
Select
SaaS
Customer Managed
Create Oracle Subclient
- application/json
Request Body
subClientProperties object
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
response object
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "",
"entity": {
"subclientId": 8925,
"_type_": 0
}
}
}
Bad Request
- application/json
- application/xml
- Schema
- Example
Schema
- string
Request body is empty or format is invalid
- Schema
- Example (from schema)
Schema
- object
<root/>
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
POST /subclient
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceName": "string",
"applicationId": 22,
"appName": "Oracle",
"clientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
}
},
"commonProperties": {},
"oracleSubclientProp": {
"selectiveOnlineFull": true,
"data": true,
"lightsOutScript": true,
"enableTableBrowse": true,
"backupArchiveLog": true,
"archiveDelete": true,
"dataThresholdStreams": 2,
"archiveDeleteAll": false
},
"content": [
{
"oracleContent": {
"tableSpace": "string"
}
}
],
"contentOperationType": "ADD",
"planEntity": {
"planName": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceName": "string",
"applicationId": 22,
"appName": "Oracle",
"clientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
}
},
"commonProperties": {},
"oracleSubclientProp": {
"selectiveOnlineFull": true,
"data": true,
"lightsOutScript": true,
"enableTableBrowse": true,
"backupArchiveLog": true,
"archiveDelete": true,
"dataThresholdStreams": 2,
"archiveDeleteAll": false
},
"content": [
{
"oracleContent": {
"tableSpace": "string"
}
}
],
"contentOperationType": "ADD",
"planEntity": {
"planName": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceName": "string",
"applicationId": 22,
"appName": "Oracle",
"clientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
}
},
"commonProperties": {},
"oracleSubclientProp": {
"selectiveOnlineFull": true,
"data": true,
"lightsOutScript": true,
"enableTableBrowse": true,
"backupArchiveLog": true,
"archiveDelete": true,
"dataThresholdStreams": 2,
"archiveDeleteAll": false
},
"content": [
{
"oracleContent": {
"tableSpace": "string"
}
}
],
"contentOperationType": "ADD",
"planEntity": {
"planName": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceName": "string",
"applicationId": 22,
"appName": "Oracle",
"clientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
}
},
"commonProperties": {},
"oracleSubclientProp": {
"selectiveOnlineFull": true,
"data": true,
"lightsOutScript": true,
"enableTableBrowse": true,
"backupArchiveLog": true,
"archiveDelete": true,
"dataThresholdStreams": 2,
"archiveDeleteAll": false
},
"content": [
{
"oracleContent": {
"tableSpace": "string"
}
}
],
"contentOperationType": "ADD",
"planEntity": {
"planName": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceName": "string",
"applicationId": 22,
"appName": "Oracle",
"clientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
}
},
"commonProperties": {},
"oracleSubclientProp": {
"selectiveOnlineFull": true,
"data": true,
"lightsOutScript": true,
"enableTableBrowse": true,
"backupArchiveLog": true,
"archiveDelete": true,
"dataThresholdStreams": 2,
"archiveDeleteAll": false
},
"content": [
{
"oracleContent": {
"tableSpace": "string"
}
}
],
"contentOperationType": "ADD",
"planEntity": {
"planName": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceName": "string",
"applicationId": 22,
"appName": "Oracle",
"clientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
}
},
"commonProperties": {},
"oracleSubclientProp": {
"selectiveOnlineFull": true,
"data": true,
"lightsOutScript": true,
"enableTableBrowse": true,
"backupArchiveLog": true,
"archiveDelete": true,
"dataThresholdStreams": 2,
"archiveDeleteAll": false
},
"content": [
{
"oracleContent": {
"tableSpace": "string"
}
}
],
"contentOperationType": "ADD",
"planEntity": {
"planName": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceName": "string",
"applicationId": 22,
"appName": "Oracle",
"clientName": "string",
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
}
},
"commonProperties": {},
"oracleSubclientProp": {
"selectiveOnlineFull": true,
"data": true,
"lightsOutScript": true,
"enableTableBrowse": true,
"backupArchiveLog": true,
"archiveDelete": true,
"dataThresholdStreams": 2,
"archiveDeleteAll": false
},
"content": [
{
"oracleContent": {
"tableSpace": "string"
}
}
],
"contentOperationType": "ADD",
"planEntity": {
"planName": "string"
}
}
}'