GCP Object Storage client creation
Select
SaaS
Customer Managed
This operation creates the GCP Object Storage client
- application/json
Request Body
clientInfo object
clientType integer requiredcloudClonnectorProperties object required
instanceType string requiredPossible values: [
GOOGLE_CLOUD
]instance object required
instance object required
instanceName stringcommCellId integerapplicationId integercloudAppsInstance object required
instanceTypeDisplayName stringPossible values: [
Google Cloud
]instanceType stringPossible values: [
GOOGLE_CLOUD
]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 booleangoogleCloudInstance object required
serverName stringDefault value:
storage.googleapis.com
Host url of the GCP cloud
credentialType string requireduseResourcePoolInfo booleanplan object required
planName stringentity object
clientName string required
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorCode integerentity object
clientId integerclientName string_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 0,
"clientName": "string",
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 241,
"clientName": "GCP",
"_type_": 3
}
}
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Invalid Parameter : Google Cloud: Authentication or Access Error: Make sure the credentials provided are correct and active, the Google Cloud resource exists. Also validate privileges. Error [Invalid argument. Details: Project id: 0 is invalid or not found.]",
"errorCode": -1
}
Loading...