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

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:"]

            }

        ]

    }

}