Skip to main content

Create a new bucket for a specific cloud storage

Select

SaaS
Customer Managed

Create a new bucket for a specific cloud storage

Path Parameters
  • cloudStorageId int32 required
Request Body
    oneOf

  • cloudType string required

    Possible values: [Alibaba Cloud Object Storage Service]

    Name of cloud vendor

  • mediaAgent object required
  • id int32
  • name string
  • serviceHost string

    Default value: oss.aliyuncs.com

    IP address or fully qualified domain name or URL for the cloud library based on cloud vendor

  • credentials object required
  • id int32
  • name string
  • bucket string required

    Name of bucket

  • storageClass string required

    Possible values: [Bucket's default, Standard, Standard - Infrequent access, Archive, Standard/Archive (Combined Storage Tiers), Infrequent Access/Archive (Combined Storage Tiers)]

    Appropriate storage class for your account

  • proxyAddress string

    If the MediaAgent accesses the mount path using a proxy then proxy server address needs to be provided. If you want to remove proxy information, pass empty string in proxyAddress.

  • port int32

    Port for proxy configuration

  • username string

    Username for proxy configuration

  • password password

    Password for proxy configuration (Should be in Base64 format)

Responses

Success


Schema
  • id int32
  • name string
  • errorMessage string
  • errorCode int32
Loading...