Create DynamoDB table group
Select
SaaS
Customer Managed
Creates DynamoDB table group.
- application/json
Request Body
subClientProperties object
subClientEntity object required
clientName string requiredName of the cloud account
instanceName string requiredName of the Instance for which Table group has to be created
displayName stringinstanceId integerID of the instance
instanceGUID stringclientId integerappName stringapplicationId integer requiredDefault value:
134
entityInfo object
companyId integercompanyName stringmultiCommcellId integerbackupsetId integer requiredID of Backupset
subclientId integersubclientName string requiredName of Table group to be created
commonProperties object
numberOfBackupStreams integerNumber of streams
planEntity object
planId integerID of the plan to associate
contentOperationType integercloudAppsSubClientProp object
instanceType stringcloudDbContent object required
Names of table to associate to Table group
children object[]
displayName stringname stringName of the table.
path stringPath of the table
type stringType of table content
allOrAnyChildren booleanDefault value:
true
negation booleanTable rule for content selection
Responses
- 200
- 400
- 409
- 500
OK
- application/json
- Schema
- Example (from schema)
- Table group creation
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
warningCode integererrorCode integerwarningMessage stringentity object
subclientId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "",
"entity": {
"subclientId": 2,
"_type_": 0
}
}
}
Bad Request
Conflict
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "A subclient by this name already exists as part of this backup set.",
"errorCode": 3
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
value object
errorMessage stringerrorCode integer
{
"value": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"errorMessage": "Failed to create new subclient.",
"errorCode": 1
}
Loading...