Skip to main content

Create a Cloud Storage

Select

SaaS
Customer Managed

Create a Cloud Storage

Request Body
    oneOf

  • name string required

    Name of the cloud storage library

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

    Possible values: [Microsoft Azure Storage]

    Name of cloud vendor

  • serviceHost string

    Default value: blob.core.windows.net

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

  • authentication string required

    Possible values: [Access and secret keys, IAM VM role assignment, IAM AD application role assignment (Credential Manager)]

    Authentication type for the cloud storage server. Only Access & Account Name and IAM AD require credentials.

  • accountName string

    Only for IAM VM and IAM AD

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

    Name of container

  • storageClass string required

    Possible values: [Container's default, Hot, Cool, Archive, Hot/Archive (Combined Storage Tiers), Cool/Archive (Combined Storage Tiers)]

    Appropriate storage class for your account

  • useDeduplication boolean

    Default value: false

    Enables or disables deduplication on the storage

  • deduplicationDBLocation object[]

    A list of dedupe locations can be provided for the storage pool being created. This provides an efficient way to save/store data by eliminating duplicate blocks of data during backups

  • path string
  • mediaAgent object
  • id int32
  • name string
Responses

Success


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