List BackupSet APIs

List BackupSet APIs

This request is used to return a list of all created BackupSets for a subaccount. The list includes the backupSetId, backupSet name and type.

This section provides the following topics:

  • Command example

  • Parameter Description

Command Example

GET /v2/accounts/fracc/computers/0000/backupsets/all

Example Response

{

 "data": {

  "backupsets": [

  {

   "backupSetId": 2,

   "name": "Backupset 2",

   "type": "FILES"

   },

   {

   "backupSetId": 3,

   "name": "Backupset 3",

   "type": "FILES"

   },

   {

   "backupSetId": 4,

   "name": "Backupset 4",

   "type": "DISK_IMAGE"

   }

  ]

 }

}

Parameter Description

The following table provides the input parameters and descriptions.

Input Parament

Description

backupSetId

Numeric Id of the backupsets.

name

Backupset name example - "Backupset Test"

type

Backupset type example - "FILES"


We value your feedback.
If you have questions, suggestions, or feedback on our documentation, contact the Campus Product Documentation team.
For general product inquiries or technical support, please contact the global Barracuda Support team.