Creates a couchbase Bucketgroup/subclient
This API is used to create couchbase bucketgroup/subclient
- application/json
Request Body
subClientProperties object required
fsContentOperationType stringDefault value:
OVERWRITE
subClientEntity object required
clientId integerapplicationId integerDefault value:
64
Internal field
subclientName stringsubclient name
planEntity object
planId integercontent object[] required
List of contents to backup
path stringIndividual content path
useLocalContent booleanSet to true for override plan content
dfsSubclientProp object
distributedDataAccessNodes object
dataAccessNodes object[]
Couchbase access nodes
hostName stringclientId integerClient ID of the access node
clientName stringClient name of the access node
displayName string
Responses
- 200
- 401
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
}
}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Loading...