Perfomatic:SendingData: Difference between revisions

Jump to navigation Jump to search
Line 61: Line 61:
For AVERAGE data send:
For AVERAGE data send:


  RETURN:testname:avg_result:graph.html#id=TESTID&branchid=BRANCHID&machineid=MACHINEID
  RETURN:testname:avg_result:graph.html#tests=[{"test":TESTID,"branch":BRANCHID,"machine":MACHINEID}]


For VALUES data send:
For VALUES data send:


  RETURN:testname:graph.html#runid=TESTRUNID
  RETURN:testname:graph.html#runid=TESTRUNID
  RETURN:testname:avg_result:graph.html#id=TESTID&branchid=BRANCHID&machineid=MACHINEID
  RETURN:testname:avg_result:graph.html#tests=[{"test":TESTID,"branch":BRANCHID,"machine":MACHINEID}]
 
'tests' in url hash is a JSON array with each index containing:
* Test id
* Branch id
* Machine id


== Rewrite For New Schema ==
== Rewrite For New Schema ==
975

edits

Navigation menu