Skip to main content

Modify GCP Object Storage instance

GCP Object Storage modify instance operation

Path Parameters
  • instanceId string required

    id of the instance which needs to be modified

Request Body

GCP object storage modify instance operation

  • instanceProperties object
  • instance object
  • applicationId integer
  • clientId integer
  • instanceId integer
  • cloudAppsInstance object
  • instanceTypeDisplayName string

    Possible values: [Google Cloud]

  • instanceType string

    Possible values: [Google Cloud]

  • generalCloudProperties object
  • numberOfBackupStreams integer

    Number of backup streams for default subclient

  • memberServers object[]
  • client object
  • clientName string

    Access node name

  • _type_ integer
  • credentials object
  • credentialName string
  • objectStorageInstance object
  • isCloudEncryptionKeySet boolean
  • googleCloudInstance object
  • serverName string
  • GCPProjectId string
  • credentialType string
  • planEntity object
  • planName string
  • association object
  • entity object[]
  • clientName string
Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • warningCode integer
  • errorCode integer
  • warningMessage string
  • entity object
  • subclientId integer
  • clientId integer
  • instanceName string
  • instanceId integer
  • _type_ integer
POST /instance/:instanceid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/webconsole/api
Security Scheme
token
instanceId — path required
Body

{
"instanceProperties": {
"instance": {
"applicationId": 0,
"clientId": 0,
"instanceId": 0
},
"cloudAppsInstance": {
"instanceTypeDisplayName": "Google Cloud",
"instanceType": "Google Cloud",
"generalCloudProperties": {
"numberOfBackupStreams": 0,
"memberServers": [
{
"client": {
"clientName": "string",
"_type_": 0
}
}
],
"credentials": {
"credentialName": "string"
}
},
"objectStorageInstance": {
"isCloudEncryptionKeySet": true
},
"googleCloudInstance": {
"serverName": "string",
"GCPProjectId": "string"
},
"credentialType": "string"
},
"planEntity": {
"planName": "string"
}
},
"association": {
"entity": [
{
"clientName": "string"
}
]
}
}
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/Instance/:instanceId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"instanceProperties": {
"instance": {
"applicationId": 0,
"clientId": 0,
"instanceId": 0
},
"cloudAppsInstance": {
"instanceTypeDisplayName": "Google Cloud",
"instanceType": "Google Cloud",
"generalCloudProperties": {
"numberOfBackupStreams": 0,
"memberServers": [
{
"client": {
"clientName": "string",
"_type_": 0
}
}
],
"credentials": {
"credentialName": "string"
}
},
"objectStorageInstance": {
"isCloudEncryptionKeySet": true
},
"googleCloudInstance": {
"serverName": "string",
"GCPProjectId": "string"
},
"credentialType": "string"
},
"planEntity": {
"planName": "string"
}
},
"association": {
"entity": [
{
"clientName": "string"
}
]
}
}'