Modify OCI Object Storage Instance
OCI Object Storage modify instance
Path Parameters
- instanceId integer 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: [
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 allow backup of subsclients
credentialType string requiredplanEntity object required
planName stringassociation object required
entity object[]
clientName string
Responses
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
value object
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
warningCode integererrorCode integerwarningMessage stringentity object
subclientId integerclientId integerinstanceName stringinstanceId integer_type_ integer
{
"value": {
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
]
}
}
{
"value": {
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
]
}
}
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
}
Loading...