Full Status Director Output
POST /status/director/?name=speedstar-dir
OUTPUT:
{
"data": [
{
"name": "speedstar-dir",
"version": "6.6.0 (01Nov13)",
"uname": "x86_64-pc-linux-gnu-bacula-enterprise ubuntu 12.04",
"started": "2013-11-10 13:16",
"reloaded": "2013-11-10 14:41",
"jobs_run": "2",
"jobs_running": "1",
"nclients": "2",
"nstores": "2",
"npools": "3",
"ncats": "2",
"nfsets": "3",
"nscheds": "2",
"jobs": {
"scheduled": [
{
"name": "SpeedstarJob",
"level": "differential",
"type": "backup",
"priority": 10,
"schedtime": "2013-11-10 20:05:00",
"volume": "file-volume-workstations-V-0032",
"pool": "MyPool"
},
{
"name": "gani-Full-Backup",
"level": "differential",
"type": "backup",
"priority": 10,
"schedtime": "2013-11-10 20:05:00",
"volume": "file-volume-workstations-V-0032",
"pool": "MyPool"
}
],
"running": [
{
"jobid": 79,
"level": "incremental",
"type": "B",
"jobfiles": 0,
"jobbytes": 0,
"jobbytes_formatted": "0 B",
"binaryprefix": "",
"name": "gani-Full-Backup",
"fileset": "gani-FileSet",
"starttime": "2013-11-10 13:50:20",
"clientname": "gani-fd",
"status": "F",
"status_desc": "is waiting for Client gani-fd to connect",
"errors": 0
},
{
"jobid": 80,
"level": "incremental",
"type": "B",
"jobfiles": 32181,
"jobbytes": 8781060636,
"jobbytes_formatted": "8.178 GiB",
"binaryprefix": "Gi",
"name": "gani-Full-Backup",
"fileset": "gani-FileSet",
"starttime": "2013-11-10 13:50:18",
"clientname": "gani-fd",
"status": "R",
"status_desc": "is running",
"errors": 0
}
],
"terminated": [
{
"name": "SpeedstarJob",
"jobid": 69,
"level": "incremental",
"jobfiles": 0,
"jobbytes": 0,
"jobbytes_formatted": "0 B",
"binaryprefix": "",
"status": "T",
"status_desc": "OK",
"starttime": "2013-11-10 16:13:02",
"endtime": "2013-11-10 16:13:10",
"errors": 0
},
{
"name": "SpeedstarJob",
"jobid": 70,
"level": "incremental",
"jobfiles": 0,
"jobbytes": 0,
"jobbytes_formatted": "0 B",
"binaryprefix": "",
"status": "T",
"status_desc": "OK",
"starttime": "2013-11-10 16:18:02",
"endtime": "2013-11-10 16:18:01",
"errors": 0
}
]
}
}
],
"error": 0
}
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.