Modify GCP Object Storage instance
Select
SaaS
Customer Managed
GCP Object Storage modify instance operation
Path Parameters
- instanceId string required
id of the instance which needs to be modified
- application/json
Request Body
GCP object storage modify instance operation
instanceProperties object
instance object
applicationId integerclientId integerinstanceId integercloudAppsInstance object
instanceTypeDisplayName stringPossible values: [
Google Cloud
]instanceType stringPossible values: [
Google Cloud
]generalCloudProperties object
numberOfBackupStreams integerNumber of backup streams for default subclient
memberServers object[]
client object
clientName stringAccess node name
_type_ integercredentials object
credentialName stringobjectStorageInstance object
isCloudEncryptionKeySet booleangoogleCloudInstance object
serverName stringGCPProjectId stringcredentialType stringplanEntity object
planName stringassociation object
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": "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...