Modify S3 object storage instance
Select
SaaS
Customer Managed
S3 object storage instance modify operation
Path Parameters
- instanceid integer required
S3 instance id
- application/json
Request Body
instanceProperties object
instance object required
applicationId integerclientId integerinstanceId integercloudAppsInstance object required
instanceTypeDisplayName stringinstanceTypeDisplayName for S3 is "Amazon S3"
instanceType stringInstance type for S3 value is AMAZON_S3
generalCloudProperties object required
numberOfBackupStreams integermemberServers object[]
client object
clientName string_type_ integercredentials object
credentialName stringobjectStorageInstance object
isCloudEncryptionKeySet booleans3Instance object required
hostURL stringuseIamRole booleancredentialType 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
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": "exitval",
"value": "0"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "",
"instanceId": 0,
"_type_": 0
}
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
Loading...