IBM Object storage client creation
Select
SaaS
Customer Managed
Operation to create IBM Object Storage client
- application/json
Request Body
clientInfo object
clientType integer requiredcloudClonnectorProperties object required
instanceType string requiredPossible values: [
IBM_COS
]instance object required
instance object required
instanceName stringcommCellId integerapplicationId integercloudAppsInstance object required
instanceTypeDisplayName string requiredPossible values: [
IBM Cloud Object Storage
]instanceType string requiredPossible values: [
IBM_COS
]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 booleanibmCosInstance object required
hostURL stringcredentialType stringuseResourcePoolInfo booleanplan object required
planName stringentity object required
clientName string
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorCode integerentity object
clientId integerclientName string_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 0,
"clientName": "string",
"_type_": 0
}
}
}
{
"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...