Running Jobs for Director

POST /status/director/?name=speedstar-dir&jobs=running

OUTPUT:
{
   "data": [
      {
         "jobid": 79,
         "level": "incremental",
         "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 to Storage File",
         "errors": 0
      },
      {
         "jobid": 80,
         "level": "incremental",
         "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
      }
   ],
   "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.