ores.jobid AS jobid,
regexp_split_to_table(fres.Content, \',\') AS content,
jres.Type AS type,
+ jres.Level AS level,
jres.JobStatus AS jobstatus,
jres.JobErrors AS joberrors
FROM Job AS jres,
$sources[$i]['jobid'] = 0;
$sources[$i]['content'] = '';
$sources[$i]['type'] = '';
+ $sources[$i]['level'] = '';
$sources[$i]['jobstatus'] = '';
$sources[$i]['joberrors'] = '';
}
"description": "Latest jobid",
"type": "integer"
},
+ "content": {
+ "description": "Job fileset content",
+ "type": "string"
+ },
+ "type": {
+ "description": "Job type",
+ "type": "string"
+ },
+ "level": {
+ "description": "Job level letter",
+ "type": "string"
+ },
"jobstatus": {
"description": "Job status latest job",
"type": "string"
+ },
+ "joberrors": {
+ "description": "Job errors",
+ "type": "integer"
}
}
},