Reseller Backup Resources
The /resellers/{ID}/backupResources resource collection represents a collection of all cloud repository resources available to a reseller in Veeam Service Provider Console. The collection includes resources which represent individual backup resources and have system IDs.
Collection URL
Collection Representation
[ { "backupRepositoryUid": "88788f9e-d8f5-4eb4-bc4f-9b3f5403bcec", "id": 1, "cloudConnectAgentUid": "9779c840-50df-4ffe-8081-2c9f9e736b0a", "freeSpace": 107374182400, "usedSpace": 0, "cloudRepositoryFriendlyName": "GC_Repository", "quota": { "storageGb": 100, "quotasIsUnlimited": true, "vms": 0, "workstations": 0, "servers": 0 }, "_links": [ { "rel": "self", "method": "GET", "href": "https://vac:1281/v2/resellers/1/backupResources/1" }, { "rel": "create", "method": "POST", "href": "https://vac:1281/v2/resellers/1/backupResources" }, { "rel": "delete", "method": "DELETE", "href": "https://vac:1281/v2/resellers/1/backupResources/1" }, { "rel": "edit", "method": "PUT", "href": "https://vac:1281/v2/resellers/1/backupResources/11" } ] } ] |