Status Storage Output
Possible values of binary and decimal prefixes are described at Units.
POST /status/storage/?name=VTL
OUTPUT:
{
"data": [
{
"name": "speedstar-sd",
"version": "6.6.0 (01Nov13)",
"uname": "x86_64-pc-linux-gnu-bacula-enterprise ubuntu 12.04",
"started": "2013-11-28 00:40:00",
"jobs_run": "3",
"jobs_running": "1",
"ndevices": "8",
"nautochgr": "1",
"jobs": {
"running": [
{
"jobid": 274,
"type": "backup",
"name": "gani-Full-Backup",
"level": "full",
"volume": "VTL_0001_0015",
"pool": "Workstations-Differential",
"device": "Drive-1",
"spooling": "0",
"despooling": "0",
"despool_wait": "0",
"files": 2403,
"bytes": 736885328,
"bytes_formatted": "702.74 MiB",
"avebytes_sec": 245628442,
"avebytes_sec_formatted": "234.24 MiB/s",
"lastbytes": 245628442,
"lastbytes_formatted": "234.24 MiB/s",
"binaryprefix": "Mi",
"errors": 0
},
{
"jobid": 297,
"type": "restore",
"name": "RestoreFiles",
"level": "",
"volume": "VTL_0001_0027",
"pool": "Workstations-full",
"device": "Drive-3"
}
],
"terminated": [
{
"jobid": 263,
"name": "gani-Full-Backup",
"level": "incremental",
"files": 3,
"jobbytes": 1167065,
"jobbytes_formatted": "1.133 MiB",
"binaryprefix": "Mi",
"status": "T",
"status_desc": "OK",
"starttime": "25-Nov-13 20:29",
"endtime": "25-Nov-13 20:30",
"errors": 0
},
{
"jobid": 266,
"name": "gani-Full-Backup",
"level": "full",
"files": 0,
"jobbytes": 0,
"jobbytes_formatted": "0 B",
"binaryprefix": "",
"status": "f",
"status_desc": "Error",
"starttime": "25-Nov-13 17:14",
"endtime": "26-Nov-13 17:15",
"errors": 0
}
]
},
"devices": [
{
"autochangers": [
{
"name": "VirtualTapeLibrary",
"devices": [
{
"name": "Drive-1",
"device": "/media/backup/VTL/0/drive0"
},
{
"name": "Drive-2",
"device": "/media/backup/VTL/1/drive1"
},
{
"name": "Drive-3",
"device": "/media/backup/VTL/2/drive2"
}
]
}
],
"devices": [
{
"name": "FileStorage",
"archive_device": "/mnt/bacula-storage",
"mounted": 0,
"volume": "",
"pool": "",
"media_type": "Plik",
"slot": 0,
"bytes": 0,
"blocks": 0
},
{
"name": "Drive-1",
"archive_device": "/media/backup/VTL/0/drive0",
"mounted": 1,
"volume": "VTL_0001_0015",
"pool": "Workstations-Differential",
"media_type": "Plik",
"slot": 15,
"bytes": 737436867,
"blocks": 11431
},
{
"name": "Drive-2",
"archive_device": "/media/backup/VTL/1/drive1",
"mounted": 1,
"volume": "VTL_0001_0028",
"pool": "Workstations-Differential",
"media_type": "Plik",
"slot": 28,
"bytes": 25095372,
"blocks": 389
},
{
"name": "Drive-3",
"archive_device": "/media/backup/VTL/2/drive2",
"mounted": 1,
"volume": "VTL_0001_0027",
"pool": "Workstations-Differential",
"media_type": "Plik",
"slot": 27,
"bytes": 310818816,
"blocks": 4818
}
]
}
]
}
]
}
Go back to the Director Status chapter.
Go back to the Status Category chapter.
Go back to the REST API chapter.
Go back to the main Advanced Features Usage page.