OCI Object storage client creation
Operation to create IBM Object Storage client
- application/json
Request Body
clientInfo object
clientType integer requiredcloudClonnectorProperties object required
instanceType string requiredPossible values: [
ORACLE_STORAGE_SERVICE
]instance object required
instance object required
instanceName stringcommCellId integerapplicationId integercloudAppsInstance object required
instanceTypeDisplayName stringPossible values: [
Oracle Cloud Infrastructure
]instanceType stringPossible values: [
ORACLE_STORAGE_SERVICE
]generalCloudProperties object required
numberOfBackupStreams integerNumber of backup streams for default subclient
memberServers object[]
client object
clientName stringAccess node name
_type_ integercredentials object
credentialName stringobjectStorageInstance object
isCloudEncryptionKeySet booleanoraCloudInstance object required
endpointURL stringcompartmentName stringincludeSubCompartments booleanFlag to include all the subcompartements
credentialType string requireduseResourcePoolInfo booleanplan object required
planName stringentity object required
clientName string
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
value object
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorCode integerentity object
clientId integerclientName string_type_ integer
{
"value": {
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 0,
"clientName": "string",
"_type_": 0
}
}
}
}
{
"value": {
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 0,
"clientName": "string",
"_type_": 0
}
}
}
}
Bad Request
- application/json
- Schema
- Example 1
Schema
- string
Request body is empty or format is invalid.
Loading...