Skip to main content

Create a backup location for local storage

Select

SaaS
Customer Managed

Create a new backup location for local storage.

Path Parameters
  • storagePoolId int32 required

    Id of the local storage pool to update

Request Body
  • mediaAgent object required
  • id int32
  • name string
  • backupLocation string required

    The mount path on the media agent where the data is to be backed up.

  • 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[] required

    list of shared paths for this new Mount Path

  • 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
Responses

Success


Schema
  • id int32
  • name string
Loading...