Skip to main content

Create Backup Location

Create a new backup location

Path Parameters
  • storagePoolId int32 required

    Id of the disk storage 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
Responses

Success


Schema
  • id int32
  • name string
Loading...