Getting Last 10 Terminated Jobs for Director
POST /status/director/?name=speedstar-dir&jobs=terminated
OUTPUT:
{
"data": [
{
"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"
},
{
"name": "gani-Full-Backup",
"jobid": 78,
"level": "incremental",
"jobfiles": 1,
"jobbytes": 26429,
"jobbytes_formatted": "25.81 KiB",
"binaryprefix": "Ki",
"status": "T",
"status_desc": "OK",
"starttime": "2013-11-10 16:31:02",
"endtime": "2013-11-10 18:31:08"
}
],
"error": 0,
"offset": 0,
"limit": 10
}
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.