Create Backup Set on one subaccount creates a backup set on a specific agent on a computer.
Example
POST /v2/accounts/username/computers/0000/backupsets
{
"name": "Backupset test1",
"type": "FILES",
"selection": ["C:"]
}
Response
{
"data": {
"id": 8
}
}
Full Request Example
curl -X POST "https://v2/accounts/username/computers/0000/backupsets" -H "accept: application/json" -H "Authorization: Oauth 5dc02bb64881753b4c37398e20c8f461" -H "Content-Type: application/json" -d "{ \"name\": \"Backupset test1\", \"type\": \"FILES\", \"selection\": [ \"C:\" ]}"
Exceptions
For Disk Image Standard, the message, You cannot select removable media. displays if one of the volumes selected for backup via the "selection" parameter belongs to a removable drive.