Code: Select all
{
"id": "38db9700-19e7-452a-9a36-23a6d2008c5c",
"name": "CD-LAB-O365",
"description": "Created by CRAGDOO\\cragadmin at 10:48",
"path": "D:\\Backup\\O365",
"capacity": 268299137024,
"freeSpace": 267269685248,
"retentionPeriodType": "Yearly",
"yearlyRetentionPeriod": "Years3",
"retentionFrequencyType": "Daily",
"dailyTime": "00:00:00",
"dailyType": "Everyday",
"proxyId": "fee6214d-2ec6-4ebf-93c1-d5be06c17548",
"_links": {
"self": {
"href": "https://10.1.0.49:4443/v2/backuprepositories/38db9700-19e7-452a-9a36-23a6d2008c5c"
},
"proxy": {
"href": "https://10.1.0.49:4443/v2/proxies/fee6214d-2ec6-4ebf-93c1-d5be06c17548"
}
}
}
can you add values to the "capacity" and "freeSpace" values
like
Code: Select all
"path": "D:\\Backup\\O365",
"capacityMB": 268299137024,
"freeSpaceMB": 267269685248,
Thanks in advance