Create Hadoop Instance for Hive
Select
SaaS
Customer Managed
This API is used to create a Hadoop instance/pseudoclient for Hive
- application/json
Request Body
createPseudoClientRequest object
clientInfo object
clientType integer requiredplan object
planSummary stringplanName stringplanId integer requiredsummaryItems object
RPO string requiredCopies string requiredPrimary storage type string requiredAssociated entities string requiredisActive booleansubtype stringtype stringrpoInMinutes 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
useLocalContent boolean requiredcontentOperationType integer requiredfsSubClientProp object
useGlobalFilters string requiredcontent object[]
path stringdistributedClusterInstanceProperties object
clusterType integeropType integerinstance object
instanceId integerinstanceName stringclientName string requiredapplicationId integer requiredclusterConfig object
hadoopConfig object required
coordinatorNode object
clientId integerclientName stringdisplayName stringselected booleanhadoopSites object[]
hdfsHost stringhdfsUser stringdataAccessNodes object
dataAccessNodes object[]
clientId integerclientName stringdisplayName stringselected booleanentity object
clientName string
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...