Creates a HBase subclient
Select
SaaS
Customer Managed
This API is used to create HBase subclient
- application/json
Request Body
subClientProperties object
Subclient properties
fsContentOperationType stringDefault value:
OVERWRITE
subClientEntity object required
clientId integerbackupsetId integerapplicationId integerDefault value:
64
subclientName stringSubclient Name
planEntity object required
planId integercontent object[] required
List of Databases or Tables
path stringHBase tables. Default All tables
useLocalContent booleanSpecific Databases or Tables or both
dfsSubclientProp object
distributedDataAccessNodes object required
dataAccessNodes object[]
Data Access Nodes
hostName stringHost Name
clientId integerclientName stringdisplayName 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...