It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda Intronis Backup
formerly ECHOplatform

List BackupSet APIs

  • Last updated on

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"