Skip to main content

Get Details of cloud storage bucket

Select

SaaS
Customer Managed

Get details of a specific bucket of a cloud storage

Path Parameters
  • cloudStorageId int32 required

    Id of cloud Storage

  • bucketId int32 required

    Id of Bucket

Responses

Success


Schema
    oneOf

  • id int32

    Id of the bucket

  • name string

    MediaAgent display name along with name of the bucket

  • configuration object
  • enable boolean

    When true, means mount path is enabled

  • disableBackupLocationForFutureBackups boolean

    When true, prevents new data writes to backup location by changing number of writers to zero

  • prepareForRetirement boolean

    When true, the deduplicated blocks in the mount path will not be referenced when there are multiple mount paths in the library.

  • storageAcceleratorCredentials object
  • id int32
  • name string
  • cloudAccessPaths object[]
  • accessPathId int32

    Id of cloud access path

  • mediaAgent object
  • id int32
  • name string
  • displayName string
  • bucket string

    Name of the bucket

  • username string

    Username used to connect to cloud Storage

  • access string

    Possible values: [READ_AND_WRITE, READ]

    The access type for the access path can be either read (writing to path not allowed) or read and write (writing to path allowed).

  • accessible string

    Accessibility status of cloud storage

  • cloudType string

    Possible values: [Alibaba Cloud Object Storage Service]

    Name of cloud vendor

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

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

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

    Name of bucket

  • storageClass string

    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)

  • access string

    Possible values: [READ_AND_WRITE, READ]

    The access type for the access path can be either read (writing to path not allowed) or read and write (writing to path allowed).

  • enable boolean

    Enable/Disable access of bucket to a media Agent

Loading...