Getting Last 10 Terminated Jobs for Director with Unified Unit binaryprefix

POST /status/director/?name=speedstar-dir&jobs=terminated&binaryprefix=Ki
OUTPUT:
{
   "data": [
      {
         "name": "SpeedstarJob",
         "jobid": 69,
         "level": "incremental",
         "jobfiles": 0,
         "jobbytes": 0,
         "jobbytes_formatted": "0 KiB",
         "binaryprefix": "Ki",
         "status": "T",
         "status_desc": "OK",
         "endtime": "2013-11-10 16:13:10"
      },
      {
         "name": "gani-Full-Backup",
         "jobid": 78,
         "level": "incremental",
         "jobfiles": 1,
         "jobbytes": 26429,
         "jobbytes_formatted": "25.80 KiB",
         "binaryprefix": "Ki",
         "status": "T",
         "status_desc": "OK",
         "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.