Skip to main content

Create a local storage pool

Select

SaaS
Customer Managed

Create a new Local storage pool

Request Body
  • name string required

    Name of the Local Storage to be created.

  • storage object[] required

    A list of backup locations can be provided for the storage pool being created.

  • backupLocation string
  • mediaAgent object required
  • id int32
  • name string
  • credentials object
  • name string

    username to access the network path

  • password string

    password to access the network path

  • savedCredentials object
  • id int32
  • name string
  • sharedPaths object[]
  • mountPathId int32

    Id of mount path associated with shared path

  • sharedMountPath string required

    Shared mount path

  • savedCredentials object required
  • id int32
  • name string
  • sharedToMA object required

    Media Agent to which path is shared

  • id int32
  • name string
  • enableDeduplication boolean required

    enables or disables deduplication

  • deduplicationDBStorage 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
Loading...