Scheduling Job List for Director

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

OUTPUT:
{
   "data": [
      {
         "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"
      }
   ],
   "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.