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

Barracuda Campus is getting an upgrade!

We are excited to announce that Barracuda Campus will migrate to a new platform around mid-January 2026. Please see the announcement on the Campus Dashboard to find out more.

GET Pending Backup Sets for a Subaccount

  • Last updated on

GET Pending Backup Sets for a subaccount retrieves the list of backup sets to be created. Authentication is done using a special token created only for that agent. Each agent has its own token and is not able to access data from other computers.

Example

GET /v2/accounts/username/computers/0000/backupsets

Response

{

    "data": {

        "backupsets": [

            {

                "id": 9,

                "name": "Files&Folders",

                "type": "Files",

                "selection": ["C:"]

            },

            {

                "id": 11,

                "name": "System Image Backup",

                "type": "Disk_Image",

                "selection": ["C:"]

            }

        ]

    }

}