GET Pending Backup Sets for a Subaccount

GET Pending Backup Sets for a Subaccount

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

            }

        ]

    }

}

 


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.