Modify IBM Object storage instance
Select
SaaS
Customer Managed
IBM object storage modify instance operation
Path Parameters
- instanceId string required
id of the instance which needs to be modified
- application/json
Request Body
instanceProperties object
instance object required
applicationId integerclientId integerinstanceId integercloudAppsInstance object required
instanceTypeDisplayName stringPossible values: [
IBM Cloud Object Storage
]instanceType stringPossible values: [
IBM_COS
]generalCloudProperties object required
numberOfBackupStreams integerNumber of backup streams for default subclient
memberServers object[]
client object
clientGroupName stringAccess nodes group name
_type_ integercredentials object
credentialName stringobjectStorageInstance object
isCloudEncryptionKeySet booleanibmCosInstance object required
hostURL stringcredentialType stringplanEntity object required
planName stringassociation object required
entity object[]
clientName string
Responses
- 200
- 404
OK
Not Found
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Unknown Instance information. Please provide valid instance id to complete the operation.",
"errorCode": 587206385
}
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
warningCode integererrorCode integerwarningMessage stringentity object
subclientId integerclientId integerinstanceName stringinstanceId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
]
}
Loading...