job
Namespace: |
(default namespace) |
XML Schema: |
api.xsd |
Describes a single instance of a report run.
Sort columns are:
jobId, jobName, startTime,
endTime, percentComplete,
jobStatus
JSON Example
{
"jobId": 1,
"definitionId": 59,
"definitionName": "min",
"startTime": "2014-07-29 21:19:03",
"endTime": "2014-07-29 21:19:17",
"elapsedTime": 14087,
"percentComplete": 100,
"jobStatus": "completed",
"defineURL": null,
"outputFilter": null,
"outputSorts": null
}
JSON
property |
type |
description |
jobId |
jobId (long)
|
Unique report job identifier.
|
definitionId |
definitionId (long)
|
Report definition id.
|
networkName |
networkName (string)
|
Network the job belongs to.
|
definitionName |
definitionName (string)
|
Report definition name.
|
startTime |
startTime (string)
|
Start time.
|
endTime |
endTime (string)
|
End time, if completed.
|
elapsedTime |
elapsedTime (long)
|
Elapsed time, if completed.
|
percentComplete |
percentComplete (int)
|
0 -> 100%
|
jobStatus |
jobStatus (string)
|
Created, running, etc.
|
defineURL |
defineURL (string)
|
Report definition URL.
|
outputFilter |
outputFilter (string)
|
Report output filter.
|
outputSorts |
outputSorts (string)
|
Report output sort properties.
|