Creates a Kudu subclient
Select
SaaS
Customer Managed
This API is used to create Kudu subclient
- application/json
Request Body
subClientProperties object
fsContentOperationType stringDefault value:
OVERWRITE
subClientEntity object required
Subclient Entity details
clientId integerClient Id
backupsetId integerKudu backupset id
applicationId integerDefault value:
64
Application Id
subclientName string requiredKudu Subclient Name
planEntity object required
Plan details
planId integercontent object[] required
List of Kudu Tables
path stringKudu Tables to backup
useLocalContent booleanSpecific Databases or Tables or both
dfsSubclientProp object
distributedDataAccessNodes object required
Data Access Nodes for Kudu backup
dataAccessNodes object[]
hostName stringHost Name
clientId integerclientName stringClient Name
displayName string
Responses
- 200
- 201
- 400
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
- Example 1
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": 6,
"_type_": 0
}
}
}
Created
Bad Request
- application/json
- Schema
- Example 1
Schema
- string
Request body is empty or format is invalid
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Forbidden
Loading...