Skip to main content

Alibaba object storage client creation

Select

SaaS
Customer Managed

Operation to create alibaba object storage client

Request Body
  • clientInfo object
  • clientType integer required
  • cloudClonnectorProperties object required
  • instanceType string required

    Possible values: [ALIBABA_OSS]

  • instance object
  • instance object required
  • instanceName string
  • commCellId integer

    Default value: 2

  • applicationId integer
  • cloudAppsInstance object required
  • instanceTypeDisplayName string

    Possible values: [Alibaba Cloud OSS]

    instanceTypeDisplayName for Alibaba is Alibaba Cloud OSS

  • instanceType string

    Possible values: [ALIBABA_OSS]

    instanceType for Alibaba is ALIBABA_OSS

  • generalCloudProperties object required
  • 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
  • alibabaInstance object
  • hostURL string
  • credentialType string
  • useResourcePoolInfo boolean
  • plan object required
  • planName string
  • entity object required
  • clientName string
Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object
  • errorCode integer
  • entity object
  • clientId integer
  • clientName string
  • _type_ integer
POST /client    

Authorization

type: apiKeyname: Authtokenin: header

Request

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

{
"clientInfo": {
"clientType": 0,
"cloudClonnectorProperties": {
"instanceType": "ALIBABA_OSS",
"instance": {
"instance": {
"instanceName": "string",
"commCellId": 2,
"applicationId": 0
},
"cloudAppsInstance": {
"instanceTypeDisplayName": "Alibaba Cloud OSS",
"instanceType": "ALIBABA_OSS",
"generalCloudProperties": {
"numberOfBackupStreams": 0,
"memberServers": [
{
"client": {
"clientName": "string",
"_type_": 0
}
}
],
"credentials": {
"credentialName": "string"
}
},
"objectStorageInstance": {
"isCloudEncryptionKeySet": true
},
"alibabaInstance": {
"hostURL": "string"
},
"credentialType": "string"
},
"useResourcePoolInfo": true
}
},
"plan": {
"planName": "string"
}
},
"entity": {
"clientName": "string"
}
}
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/Client' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientInfo": {
"clientType": 0,
"cloudClonnectorProperties": {
"instanceType": "ALIBABA_OSS",
"instance": {
"instance": {
"instanceName": "string",
"commCellId": 2,
"applicationId": 0
},
"cloudAppsInstance": {
"instanceTypeDisplayName": "Alibaba Cloud OSS",
"instanceType": "ALIBABA_OSS",
"generalCloudProperties": {
"numberOfBackupStreams": 0,
"memberServers": [
{
"client": {
"clientName": "string",
"_type_": 0
}
}
],
"credentials": {
"credentialName": "string"
}
},
"objectStorageInstance": {
"isCloudEncryptionKeySet": true
},
"alibabaInstance": {
"hostURL": "string"
},
"credentialType": "string"
},
"useResourcePoolInfo": true
}
},
"plan": {
"planName": "string"
}
},
"entity": {
"clientName": "string"
}
}'