Create Hadoop Instance for HBase
Select
SaaS
Customer Managed
This API is used to create a Hadoop instance/pseudoclient for HBase
- application/json
Request Body
createPseudoClientRequest object
clientInfo object
clientType integer requiredplan object
planSummary string requiredplanName stringplanId integer requiredsummaryItems object
RPO stringCopies stringPrimary storage type stringAssociated entities stringisActive boolean requiredsubtype string requiredtype string requiredrpoInMinutes integer requiredstorage object
copy object[]
copyType stringdeviceType integeractive stringisArchiveStorage booleanisDefault stringisSnapCopy stringdataRetentionLockDays integerisMirrorCopy stringwormStorageFlag integerpoolRetentionPeriodDays integerisSourceBackupCopy stringstorageClass stringcopyPrecedence integerstoragePoolType stringisSourceCatalog stringstorageType integerdedupeFlags objectretentionRules object
retainBackupDataForCycles integerjobs integerretainArchiverDataForDays integerretainBackupDataForDays integerretentionFlags object
enableDataAging stringjobBasedRetention stringStoragePolicyCopy object
copyId integercopyName stringextendedFlags object
overRideGACPRetention stringuseGlobalStoragePolicy stringregion object
regionId integerdisplayName stringregionName stringdrivePool object
drivePoolId integerdrivePoolName stringcopyFlags objectlibrary object
libraryName stringlibraryId integerstartTime object
time integeruseGlobalPolicy object
storagePolicyName stringstoragePolicyId integersubclientInfo object required
useLocalContent booleancontentOperationType integerfsSubClientProp object
useGlobalFilters string requiredcontent object[]
path string requireddistributedClusterInstanceProperties object required
clusterType integer requiredopType integer requiredinstance object
instanceId integer requiredinstanceName stringclientName string requiredapplicationId integer requiredclusterConfig object
hadoopConfig object
coordinatorNode object
clientId integerclientName stringdisplayName stringselected booleanhadoopSites object[]
hdfsHost stringhdfsUser stringdataAccessNodes object
dataAccessNodes object[] required
clientId integerclientName stringdisplayName stringselected booleanentity object
clientName string required
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorCode integerentity object
clientId integerclientName stringinstanceId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 0,
"clientName": "string",
"instanceId": 0,
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 100,
"clientName": "",
"instanceId": 75,
"_type_": 3
}
}
}
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
}
Loading...